Skip to content

Commit

Permalink
Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Sep 6, 2023
1 parent 4db3052 commit c516655
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Download Data From 2021 Spanish Census
Version: 0.1.0
Author: Héctor Meleiro
Maintainer: Héctor Meleiro <[email protected]>
Description: Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945952385.
Description: Retrieves data from the 2021 Spanish census through the National Institute of Statistics official API. For more info on the available tables and variables visit <https://www.ine.es/dyngs/DataLab/en/manual.html?cid=1259945952385>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Expand All @@ -23,6 +23,6 @@ Suggests:
tidygraph,
scales
VignetteBuilder: knitr
URL: https://ropenspain.github.io/tidycenso/, https://github.com/ropenspain/tidycenso
URL: https://ropenspain.github.io/tidycenso/, https://github.com/rOpenSpain/tidycenso
BugReports: https://github.com/ropenspain/tidycenso/issues
Roxygen: list(markdown = TRUE)
6 changes: 6 additions & 0 deletions R/tidycenso-package.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ head(df)
#> 1 25464 Andalucía Hasta 30 m2
#> 2 2586 Aragón Hasta 30 m2
#> 3 3255 Asturias, Principado de Hasta 30 m2
#> 4 7683 Balears, Illes Hasta 30 m2
#> 4 7686 Balears, Illes Hasta 30 m2
#> 5 11766 Canarias Hasta 30 m2
#> 6 1008 Cantabria Hasta 30 m2
#> 6 1005 Cantabria Hasta 30 m2

tidycenso::tables
#> id_tabla descripcion_tabla_es
Expand Down
20 changes: 20 additions & 0 deletions man/tidycenso-package.Rd

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

0 comments on commit c516655

Please sign in to comment.