Skip to content

Commit

Permalink
Fix pkgdown step by step
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Mar 12, 2024
1 parent bc969b4 commit ea1cffc
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,41 @@ url: https://ropengov.github.io/giscoR/
repo:
branch: main

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
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
# 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
# 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:
Expand Down

0 comments on commit ea1cffc

Please sign in to comment.