Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2024
1 parent 3aeb3d3 commit c50e8fd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-isPartOf: https://ropenspain.es/
X-schema.org-keywords: catastro, cran, cran-r, gis, maps, r, r-package,
ropenspain, rstats, spain, spatial, static-tiles
7 changes: 4 additions & 3 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@
},
"SystemRequirements": null
},
"fileSize": "1836.119KB",
"isPartOf": "https://ropenspain.es/",
"keywords": ["catastro", "cran", "cran-r", "gis", "maps", "r", "r-package", "ropenspain", "rstats", "spain", "spatial", "static-tiles"],
"fileSize": "1837.555KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -298,6 +300,5 @@
"releaseNotes": "https://github.com/rOpenSpain/CatastRo/blob/master/NEWS.md",
"readme": "https://github.com/rOpenSpain/CatastRo/blob/main/README.md",
"contIntegration": ["https://github.com/rOpenSpain/CatastRo/actions/workflows/roscron-check-standard.yaml", "https://github.com/rOpenSpain/CatastRo/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/rOpenSpain/CatastRo"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["r-package", "ropenspain", "catastro", "spain", "rstats", "spatial", "r", "maps", "gis", "static-tiles", "cran", "cran-r"]
"developmentStatus": "https://www.repostatus.org/#active"
}
Binary file modified man/figures/README-atom-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-wms-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions vignettes/CatastRo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,10 @@ city_catr_code <- catr_get_code_from_coords(city)

city_catr_code
#> # A tibble: 1 × 12
#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp cm
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 GRANADA 18 900 18900 18 087 18087 GRANADA 18 900 18 87
#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 GRANA… 18 900 18900 18 087 18087 GRAN… 18 900 18
#> # ℹ 1 more variable: cm <chr>

city_bu <- catr_atom_get_buildings(city_catr_code$catrcode)
```
Expand Down
Binary file modified vignettes/dviz-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vignettes/minimal-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c50e8fd

Please sign in to comment.