Skip to content

Commit

Permalink
Restore to last valid pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 12, 2024
1 parent 502546b commit bc969b4
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rogtemplate-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
Rscript -e 'pkgdown::deploy_to_branch(clean = TRUE, run_dont_run = TRUE)'
Rscript -e 'pkgdown::deploy_to_branch(new_process = TRUE, clean = TRUE, run_dont_run = TRUE)'
25 changes: 10 additions & 15 deletions R/gisco_attributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,22 @@
#'
#' COPYRIGHT NOTICE
#'
#' When data downloaded from GISCO
#' is used in any printed or electronic publication,
#' in addition to any other provisions
#' applicable to the whole Eurostat website,
#' data source will have to be acknowledged
#' in the legend of the map and
#' in the introductory page of the publication
#' with the following copyright notice:
#' When data downloaded from GISCO is used in any printed or electronic
#' publication, in addition to any other provisions applicable to the whole
#' Eurostat website, data source will have to be acknowledged in the legend of
#' the map and in the introductory page of the publication with the following
#' copyright notice:
#'
#' * EN: (C) EuroGeographics for the administrative boundaries
#' * FR: (C) EuroGeographics pour les limites administratives
#' * DE: (C) EuroGeographics bezuglich der Verwaltungsgrenzen
#'
#' For publications in languages other than
#' English, French or German,
#' the translation of the copyright notice
#' in the language of the publication shall be used.
#' For publications in languages other than English, French or German,
#' the translation of the copyright notice in the language of the publication
#' shall be used.
#'
#' If you intend to use the data commercially,
#' please contact EuroGeographics for
#' information regarding their licence agreements.
#' If you intend to use the data commercially, please contact EuroGeographics
#' for information regarding their licence agreements.
#'
#' @examples
#' gisco_attributions()
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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": "1116.79KB",
"fileSize": "1116.534KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
5 changes: 5 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ dir
eurostat
geojson
geospatial
ggplot
ggspatial
gisco
giscoR’
httr
kms
les
licence
limites
mapsf
rOG
tidyterra
tmap
25 changes: 10 additions & 15 deletions man/gisco_attributions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 27 additions & 36 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,49 @@
url: https://ropengov.github.io/giscoR/

reference:
- title: Political
desc: >
These functions return <a href="https://CRAN.R-project.org/package=sf"
class="external-link"><span class="pkg">sf</span></a> objects with political
boundaries.
contents: has_concept("political")
- title: Infrastructures
desc: >
These functions return <a href="https://CRAN.R-project.org/package=sf"
class="external-link"><span class="pkg">sf</span></a> objects with man-made
features
contents: has_concept("infrastructure")
- title: Misc
desc: >
These functions return other <a href="https://CRAN.R-project.org/package=sf"
class="external-link"><span class="pkg">sf</span></a> objects
contents: has_concept("misc")
- title: >
Cache management
contents: has_concept("cache utilities")
- title: Helpers
desc: >
A collection of helper functions
contents: has_concept("helper")
- title: Datasets
desc: >
These objects are datasets already included in the package.
contents: has_concept("dataset")
- title: About the package
contents: giscoR-package
repo:
branch: main

template:
package: rogtemplate
params:
ganalytics: G-VGVFXGHWRL
opengraph:
twitter:
creator: '@dhernangomez'
creator: "@dhernangomez"
card: summary_large_image
home:
title: giscoR | R package for download geodata from GISCO - Eurostat
description: >
giscoR is a R API package that helps to retrieve data from Eurostat -
GISCO (the Geographic Information System of the COmmission). It also
giscoR is a R API package that helps to retrieve data from Eurostat
- GISCO (the Geographic Information System of the COmmission). It also
provides some lightweight data sets ready to use without downloading.
reference:
- title: Political
desc: These functions return **sf** objects with political boundaries
contents: has_concept("political")
- title: Infrastructures
desc: These functions return **sf** objects with man-made features
contents: has_concept("infrastructure")
- title: Misc
desc: Thse functions return other **sf** objects
contents: has_concept("misc")
- title: Cache management
contents: has_concept("cache utilities")
- title: Helpers
desc: A collection of helper functions
contents: has_concept("helper")
- title: Datasets
desc: These objects are datasets already included in the package.
contents: has_concept("dataset")
- title: About the package
contents: giscoR-package

authors:
Diego Hernangómez:
href: https://dieghernan.github.io/
EuroGeographics:
href: https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units
Vincent Arel-Bundock:
href: https://vincentarelbundock.github.io/countrycode/
repo:
branch: main

0 comments on commit bc969b4

Please sign in to comment.