-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1049e80
commit 8371f29
Showing
29 changed files
with
83 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ name: Clean pkgdown manually | |
|
||
jobs: | ||
pkgdown-gh-pages-manual: | ||
runs-on: macos-latest | ||
runs-on: windows-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
|
@@ -23,11 +23,21 @@ jobs: | |
extra-packages: | ||
local::. | ||
any::pkgdown | ||
ropenspain/rostemplate | ||
ropenscilabs/r2readthedocs | ||
needs: website | ||
|
||
- name: Deploy package | ||
- name: Update docs | ||
run: | | ||
r2readthedocs::rtd_build() | ||
r2readthedocs::r2readthedocs(".") | ||
shell: Rscript {0} | ||
|
||
- name: Commit results | ||
run: | | ||
git config --local user.name "dieghernan" | ||
git config --local user.email "[email protected]" | ||
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE, run_dont_run = TRUE)' | ||
git add -A | ||
git commit -m 'Update docs with pkgdev' || echo "No changes to commit" | ||
git push origin || echo "No changes to commit" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,5 @@ vignettes/*.pdf | |
revdep | ||
CRAN-SUBMISSION | ||
.github/pkg.lock | ||
docs/ | ||
inst/doc | ||
cran-comments.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.2.1 | ||
# CITATION file created with {cffr} R package, v0.2.2 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
|
@@ -8,7 +8,7 @@ message: 'To cite package "CatastRo" in publications use:' | |
type: software | ||
license: GPL-2.0-only | ||
title: 'CatastRo: Interface to the API ''Sede Electronica Del Catastro''' | ||
version: 0.2.1 | ||
version: 0.2.1.9000 | ||
doi: 10.5281/zenodo.6044091 | ||
abstract: Access public spatial data available under the 'INSPIRE' directive. Tools | ||
for downloading references and addresses of properties, as well as map images. | ||
|
@@ -34,7 +34,7 @@ preferred-citation: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
year: '2022' | ||
version: 0.2.1 | ||
version: 0.2.1.9000 | ||
url: https://ropenspain.github.io/CatastRo/ | ||
doi: 10.5281/zenodo.6044091 | ||
abstract: Access public spatial data available under the 'INSPIRE' directive. Tools | ||
|
@@ -102,20 +102,6 @@ references: | |
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=httr | ||
- type: software | ||
title: lifecycle | ||
abstract: 'lifecycle: Manage the Life Cycle of your Package Functions' | ||
notes: Imports | ||
authors: | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=lifecycle | ||
- type: software | ||
title: mapSpain | ||
abstract: 'mapSpain: Administrative Boundaries of Spain' | ||
|
@@ -243,17 +229,6 @@ references: | |
orcid: https://orcid.org/0000-0002-9415-4582 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=ggplot2 | ||
- type: software | ||
title: ggspatial | ||
abstract: 'ggspatial: Spatial Data Framework for ggplot2' | ||
notes: Suggests | ||
authors: | ||
- family-names: Dunnington | ||
given-names: Dewey | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9415-4582 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=ggspatial | ||
- type: software | ||
title: knitr | ||
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' | ||
|
@@ -275,17 +250,6 @@ references: | |
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=png | ||
- type: software | ||
title: raster | ||
abstract: 'raster: Geographic Data Analysis and Modeling' | ||
notes: Suggests | ||
authors: | ||
- family-names: Hijmans | ||
given-names: Robert J. | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-5872-2872 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=raster | ||
- type: software | ||
title: rmarkdown | ||
abstract: 'rmarkdown: Dynamic Documents for R' | ||
|
@@ -350,3 +314,15 @@ references: | |
year: '2022' | ||
url: https://CRAN.R-project.org/package=testthat | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: tidyterra | ||
abstract: 'tidyterra: ''tidyverse'' Methods and ''ggplot2'' Utils for ''terra'' | ||
Objects' | ||
notes: Suggests | ||
authors: | ||
- family-names: Hernangómez | ||
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tidyterra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Type: Package | ||
Package: CatastRo | ||
Title: Interface to the API 'Sede Electronica Del Catastro' | ||
Version: 0.2.1 | ||
Version: 0.2.1.9000 | ||
Authors@R: c( | ||
person("Ángel", "Delgado Panadero", , "[email protected]", role = c("aut", "cph"), | ||
comment = c(ORCID = "0000-0002-8189-9251")), | ||
|
@@ -22,7 +22,6 @@ Depends: | |
Imports: | ||
dplyr, | ||
httr, | ||
lifecycle, | ||
mapSpain (>= 0.6.0), | ||
rappdirs (>= 0.3.0), | ||
sf (>= 1.0.0), | ||
|
@@ -32,18 +31,17 @@ Imports: | |
xml2 | ||
Suggests: | ||
ggplot2, | ||
ggspatial, | ||
knitr, | ||
png, | ||
raster, | ||
rmarkdown, | ||
slippymath, | ||
testthat (>= 3.0.0) | ||
testthat (>= 3.0.0), | ||
tidyterra | ||
VignetteBuilder: | ||
knitr | ||
Config/testthat/edition: 3 | ||
Copyright: © Dirección General del Catastro <https://www.catastro.meh.es/> | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.2 | ||
RoxygenNote: 7.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# CatastRo (development version) | ||
|
||
- Add **tidyterra** to ‘Suggests’ | ||
|
||
# CatastRo 0.2.1 | ||
|
||
- Fix CRAN tests. | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.