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 Jul 10, 2024
1 parent 687850c commit d65f7af
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ references:
email: [email protected]
orcid: https://orcid.org/0000-0002-4035-0289
year: '2024'
identifiers:
- type: url
value: https://arxiv.org/abs/1403.2805
- type: software
title: rappdirs
abstract: 'rappdirs: Application Directories: Determine Where to Save Data, Caches,
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"applicationCategory": "cartography",
"isPartOf": "http://ropengov.org/",
"keywords": ["ropengov", "r", "spatial", "api-wrapper", "rstats", "r-package", "eurostat", "gisco", "thematic-maps", "eurostat-data", "cran", "ggplot2", "gis"],
"fileSize": "1256.916KB",
"fileSize": "1257.482KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
Binary file modified img/README-example-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 img/README-example-2.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 img/README-labels-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 img/README-thematic-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tests/testthat/test-gisco_bulk_download.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ test_that("Bulk download online", {
))
expect_silent(gisco_bulk_download(
id_giscoR = "urban_audit",
cache_dir = tempdir(),
year = 2004
cache_dir = tempdir(),
year = 2004
))
expect_message(gisco_bulk_download(
resolution = 60,
Expand Down
6 changes: 0 additions & 6 deletions vignettes/giscoR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,8 @@ It also provides attributions on several languages.
library(giscoR)
gisco_attributions(lang = "en")
#> [1] "© EuroGeographics for the administrative boundaries"
```

``` r
gisco_attributions(lang = "fr")
#> [1] "© EuroGeographics pour les limites administratives"
```

``` r
gisco_attributions(lang = "de")
#> [1] "© EuroGeographics bezuglich der Verwaltungsgrenzen"
```
Expand Down

0 comments on commit d65f7af

Please sign in to comment.