Recent Releases of giscoR
giscoR - giscoR 0.6.1
- Fix an issue when filtering source on
gisco_get_lau().
What's Changed
- Improve codefactor score by @dieghernan in https://github.com/rOpenGov/giscoR/pull/100
- Bump dieghernan/cran-status-check from 1 to 2 by @dependabot in https://github.com/rOpenGov/giscoR/pull/101
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.6.0...v0.6.1
- R
Published by dieghernan about 1 year ago
giscoR - giscoR 0.6.0
Update with latest data available
-
gisco_get_education()andgisco_get_healthcare()gains a newyearargument: years available now are 2020 and 2023 versions of the dataset. -
gisco_get_nuts()andgisco_get_countries()now can download the 2024 version of the datasets (#93 \@hannesaddec).
What's Changed
- Update internal database to get new versions of the dataset (2024) by @dieghernan in https://github.com/rOpenGov/giscoR/pull/92
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.5.1...v0.6.0
- R
Published by dieghernan over 1 year ago
giscoR - giscoR 0.5.1
- Use CRAN DOI: https://doi.org/10.32614/CRAN.package.giscoR.
-
gisco_get_education(): Fix API entry points. - Review failing examples.
What's Changed
- Adjust some tests and examples by @dieghernan in https://github.com/rOpenGov/giscoR/pull/90
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.5.0...v0.5.1
- R
Published by dieghernan over 1 year ago
giscoR - giscoR 0.5.0
- New functions:
-
gisco_get_education(). - Add access to GISCO Address
API
through new functions. See
?gisco_addressapito know more (#84).
-
- New dependency: jsonlite added to 'Imports'.
- Update
gisco_dbwith the most up-to-date released data. - Default year of some functions updated to the latest available data:
-
gisco_get_lau()andgisco_get_urban_audit()default year now is"2021".
-
- Update urls in documentation.
- R
Published by dieghernan over 1 year ago
giscoR - giscoR 0.4.2
- Update of docs to avoid warnings on CRAN (#81).
- Rebuild datasets.
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.4.2...v0.4.2
- R
Published by dieghernan almost 2 years ago
giscoR - giscoR 0.4.1
- Improve documentation, stating where the parameters
countryandregionapplies (#50, #75). - Migrate to httr2 instead of httr.
- Removed
tgs00026dataset, useeurostat::get_eurostat("tgs00026")instead.
What's Changed
- Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/rOpenGov/giscoR/pull/73
- Bump github/codeql-action from 2 to 3 by @dependabot in https://github.com/rOpenGov/giscoR/pull/72
- Improve docs by @dieghernan in https://github.com/rOpenGov/giscoR/pull/76
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.4.0...v0.4.1
- R
Published by dieghernan almost 2 years ago
giscoR - giscoR 0.4.0
-
gisco_get_nuts(): Add an additionalgeocolumn (identical toNUTS_ID) for enhanced compatibility with eurostat package (#62). - Adjust examples for CRAN.
- Add dependency httr.
What's Changed
- Add geo column to output on NUTS by @dieghernan in https://github.com/rOpenGov/giscoR/pull/64
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/rOpenGov/giscoR/pull/68
- Examples and fix on errors online based in httr by @dieghernan in https://github.com/rOpenGov/giscoR/pull/70
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.5...v0.4.0
- R
Published by dieghernan over 2 years ago
giscoR - giscoR 0.3.5
Review examples to avoid CRAN errors and notes.
New helper function:
gisco_detect_cache_dir().Now the functions fail gracefully with an informative message, instead of an error, and return
NULL.
What's Changed
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/58
- Fail gracefully by @dieghernan in https://github.com/rOpenGov/giscoR/pull/60
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.4...v0.3.5
- R
Published by dieghernan over 2 years ago
giscoR - giscoR 0.3.4
- Update tests and documentation.
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.3...v0.3.4
- R
Published by dieghernan almost 3 years ago
giscoR - giscoR 0.3.3
- Fix broken urls on
gisco_get_healthcare()(#51).
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/rOpenGov/giscoR/pull/48
- Fix healthcare’s urls by @dieghernan in https://github.com/rOpenGov/giscoR/pull/52
New Contributors
- @dependabot made their first contribution in https://github.com/rOpenGov/giscoR/pull/48
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.2...v0.3.3
- R
Published by dieghernan about 3 years ago
giscoR - giscoR 0.3.2
- Fix HTML5 issue as requested by CRAN.
- R
Published by dieghernan over 3 years ago
giscoR - giscoR 0.3.1
Add
Copyrighton DESCRIPTION.Add
lwgeomonSuggests.gisco_get_airports()andgisco_get_ports():- Only year available is 2013.
- Now information is downloaded instead of using internal data.
New function:
gisco_get_postalcodes().Update
gisco_db.
What's Changed
- Improve performance by @dieghernan in https://github.com/rOpenGov/giscoR/pull/42
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.0...v0.3.1
- R
Published by dieghernan over 4 years ago
giscoR - giscoR 0.3.0
- Now giscoR is part of rOpenGov. Repo has been transferred.
- Caching improvements: new function
gisco_set_cache_dir()based onrappdirs::user_cache_dir(). Now thecache_dirpath is stored and it is not necessary to set it up again on a new session. Also addedgisco_clear_cache(). - Fix an error when
cache = FALSE. Now files are loaded instead throwing an error. - New tests with
testthat. - Update on docs. New examples
- Refactor documents and codes for the previous
gisco_getdoc. - Add
eurostatpackage toSuggests. -
lwgeomdependency removed. - Update internal grid object.
-
tmappackage replaced byggplot2on vignettes and examples.
What's Changed
- Migrate to testthat by @dieghernan in https://github.com/rOpenGov/giscoR/pull/26
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/25
- Move to ggplot2 by @dieghernan in https://github.com/rOpenGov/giscoR/pull/29
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/28
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/31
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/32
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/33
- Improve cache options by @dieghernan in https://github.com/rOpenGov/giscoR/pull/35
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/34
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/36
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/37
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/38
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.2.4...v0.3.0
- R
Published by dieghernan over 4 years ago
giscoR - giscoR 0.2.4
- New
eufield ongiscoR::gisco_countrycode. - Fix typos on documentation
- Include vignette on the package
- Move docs to markdown/roxygen
lwgeommoved to Import field.cartographypackage replaced bytmapon vignettes.
What's Changed
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/15
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/17
- Update docs by @dieghernan in https://github.com/rOpenGov/giscoR/pull/20
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.2.3...v0.2.4
- R
Published by dieghernan almost 5 years ago
giscoR - DOI release
This release is for getting a DOI
What's Changed
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/11
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/12
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/13
- [ImgBot] Optimize images by @imgbot in https://github.com/rOpenGov/giscoR/pull/14
Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.2.2...v0.2.3
- R
Published by dieghernan about 5 years ago