Skip to contents

giscoR 0.4.2

CRAN release: 2024-03-27

  • Update of docs to avoid warnings on CRAN (#81).
  • Rebuild datasets.

giscoR 0.4.1

CRAN release: 2024-03-15

  • 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.

giscoR 0.4.0

CRAN release: 2023-10-30

  • 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.

giscoR 0.3.5

CRAN release: 2023-06-30

  • 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.

giscoR 0.3.4

CRAN release: 2023-05-26

  • Update tests and documentation.

giscoR 0.3.3

CRAN release: 2023-02-16

giscoR 0.3.2

CRAN release: 2022-08-13

  • Fix HTML5 issue as requested by CRAN.

giscoR 0.3.1

CRAN release: 2021-10-06

giscoR 0.3.0

CRAN release: 2021-09-27

  • Now giscoR is part of rOpenGov. Repo has been transferred.
  • Caching improvements: new function gisco_set_cache_dir() based on rappdirs::user_cache_dir(). Now the cache_dir path is stored and it is not necessary to set it up again on a new session. Also added gisco_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_get doc.
  • Add eurostat package to Suggests.
  • lwgeom dependency removed.
  • Update internal grid object.
  • tmap package replaced by ggplot2 on vignettes and examples.

giscoR 0.2.4

CRAN release: 2021-04-13

  • New eu field on giscoR::gisco_countrycode.
  • Fix typos on documentation
  • Include vignette on the package
  • Move docs to roxygen2
  • lwgeom moved to Import field.
  • cartography package replaced by tmap on vignettes.

giscoR 0.2.3

  • Update on docs
  • Release for DOI

giscoR 0.2.2

CRAN release: 2020-11-23

  • Remove vignette

giscoR 0.2.1

  • Remove CRAN notes.
  • Improve docs.
  • Fix CRAN checks.

giscoR 0.2.0

CRAN release: 2020-11-12

giscoR 0.1.1

CRAN release: 2020-10-28

giscoR 0.1.0

CRAN release: 2020-10-13

  • First stable release.