From 37876d00ae2f68d42175a9860f57bf8e21074d28 Mon Sep 17 00:00:00 2001 From: Diego H Date: Tue, 12 Mar 2024 21:29:46 +0100 Subject: [PATCH] Build site --- pkgdown/_pkgdown.yml | 74 +++++++++++++++++++++++++------------------- 1 file changed, 42 insertions(+), 32 deletions(-) diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index 4c978758..ab1d369b 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -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 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: > + These 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: @@ -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