Skip to content

Releases: rOpenGov/giscoR

giscoR 0.5.1

06 Jul 17:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

giscoR 0.5.0

30 May 04:40
Compare
Choose a tag to compare
  • New functions:
    • gisco_get_education().
    • Add access to GISCO Address
      API

      through new functions. See ?gisco_addressapi to know more (#84).
  • New dependency: jsonlite added to 'Imports'.
  • Update gisco_db with the most up-to-date released data.
  • Default year of some functions updated to the latest available data:
    • gisco_get_lau() and gisco_get_urban_audit() default year now is
      "2021".
  • Update urls in documentation.

giscoR 0.4.2

27 Mar 07:36
Compare
Choose a tag to compare
  • Update of docs to avoid warnings on CRAN (#81).
  • Rebuild datasets.

Full Changelog: v0.4.2...v0.4.2

giscoR 0.4.1

15 Mar 19:07
Compare
Choose a tag to compare
  • Improve documentation, stating where the parameters country and region
    applies (#50, #75).
  • Migrate to httr2 instead of httr.
  • Removed tgs00026 dataset, use eurostat::get_eurostat("tgs00026")
    instead.

What's Changed

Full Changelog: v0.4.0...v0.4.1

giscoR 0.4.0

30 Oct 18:33
Compare
Choose a tag to compare
  • gisco_get_nuts(): Add an additional geo column (identical to NUTS_ID)
    for enhanced compatibility with eurostat package (#62).
  • Adjust examples for CRAN.
  • Add dependency httr.

What's Changed

Full Changelog: v0.3.5...v0.4.0

giscoR 0.3.5

01 Jul 12:43
Compare
Choose a tag to compare
  • 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

Full Changelog: v0.3.4...v0.3.5

giscoR 0.3.4

26 May 09:10
Compare
Choose a tag to compare
  • Update tests and documentation.

Full Changelog: v0.3.3...v0.3.4

giscoR 0.3.3

16 Feb 17:22
Compare
Choose a tag to compare
  • Fix broken urls on gisco_get_healthcare() (#51).

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

giscoR 0.3.2

13 Aug 14:45
Compare
Choose a tag to compare
  • Fix HTML5 issue as requested by CRAN.

giscoR 0.3.1

06 Oct 12:04
Compare
Choose a tag to compare
  • Add Copyright on DESCRIPTION.

  • Add lwgeom on Suggests.

  • gisco_get_airports() and gisco_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

Full Changelog: v0.3.0...v0.3.1