-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore to last valid pkgdown action
- Loading branch information
1 parent
502546b
commit bc969b4
Showing
6 changed files
with
54 additions
and
68 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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 | ||
|