giscoR 0.3.1
CRAN release: 2021-10-06
Add
Copyright
on DESCRIPTION.Add
lwgeom
onSuggests
.-
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
.
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 onrappdirs::user_cache_dir()
. Now thecache_dir
path 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_get
doc. - Add
eurostat
package toSuggests
. -
lwgeom
dependency removed. - Update internal grid object.
-
tmap
package replaced byggplot2
on vignettes and examples.
giscoR 0.2.4
CRAN release: 2021-04-13
- New
eu
field ongiscoR::gisco_countrycode
. - Fix typos on documentation
- Include vignette on the package
- Move docs to markdown/roxygen
-
lwgeom
moved to Import field. -
cartography
package replaced bytmap
on vignettes.
giscoR 0.2.0
CRAN release: 2020-11-12
Remove
colorspace
as dependency.Bump R minimal version to 3.6.0.
Change order on parameters for
gisco_get()
functions.Rewriting of internal functions and utils.
Add
verbose
parameter to functions.Rewriting of
giscoR::gisco_db
.-
Functions added:
Now
gisco_get_countries()
andgisco_get_nuts()
usesgisco_get_units()
for individual files, making the call much faster.