Skip to content

Commit

Permalink
Build site
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 12, 2024
1 parent 347c225 commit 37876d0
Showing 1 changed file with 42 additions and 32 deletions.
74 changes: 42 additions & 32 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,52 @@
url: https://ropengov.github.io/giscoR/

repo:
branch: main

# template:
# params:
# ganalytics: G-VGVFXGHWRL
# opengraph:
# twitter:
# creator: "@dhernangomez"
# card: summary_large_image
template:
package: rogtemplate
params:
ganalytics: 'G-VGVFXGHWRL'
opengraph:
twitter:
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
- 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

authors:
Diego Hernangómez:
Expand All @@ -46,4 +55,5 @@ authors:
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 37876d0

Please sign in to comment.