Skip to content

Releases: rOpenSpain/mapSpain

mapSpain 0.4.0

14 Oct 12:10
Compare
Choose a tag to compare
  • Switch from raster to terra.
  • Clean up dependencies. Imagery packages moved to 'Suggests'.
  • Add layer_spatraster().
  • Move examples to ggplot2

What's Changed

Full Changelog: v0.3.1...v0.4.0

mapSpain 0.3.1

10 Sep 12:43
Compare
Choose a tag to compare
  • Fix an error on CRAN related with the cache folder #52:
    • Add mapSpain::esp_clear_cache()
  • Update docs with @family tag.

What's Changed

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

mapSpain 0.3.0

01 Sep 22:36
Compare
Choose a tag to compare
  • Caching improvements: new function esp_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.
  • Add a new parameter zoommin on esp_getTiles().
  • New tests with testthat.
  • Update on docs. New examples
  • Precompute vignette.

What's Changed

Full Changelog: v0.2.3...v0.3.0

mapSpain 0.2.3

26 Apr 05:41
Compare
Choose a tag to compare
  • Move minimum version of giscoR to v0.2.4

  • Fix typos on esp_dict_translate() #36

  • Not run examples on tiles, as the server sometimes doesn't respond.

  • Refactor sysdata.rda.

  • CRAN fixes:

    • Removed broken link on addProviderEspTiles().

    • Vignette removed (CRAN warning).

  • Now the cache directory is created recursively.

Full Changelog: v0.2.2...v0.2.3

mapSpain 0.2.2

17 Apr 07:14
Compare
Choose a tag to compare
  • Migrate examples, vignettes and README to tmap.
  • Add vignette to package.
  • esp_dict_region_code() works with mixed casings (e.g: esp_dict_region_code("aLbacEte", destination = "cpro")).

What's Changed

Full Changelog: v0.2.1...v0.2.2

mapSpain 0.2.1

19 Mar 07:57
Compare
Choose a tag to compare
  • QUICKFIX: Fix a typo on documentation: cache_dir should be set as options(mapSpain_cache_dir = "path/to/dir").

What's Changed

Full Changelog: v0.2.0...v0.2.1

mapSpain 0.2.0

25 Feb 11:32
Compare
Choose a tag to compare
  • Fix DOI https://doi.org/10.5281/zenodo.4318024

  • Documentation ported to roxygen2/markdown

  • Include CartoBase ANE data https://github.com/rOpenSpain/mapSpain/tree/sianedata

    • mapSpain::esp_get_munic_siane()
    • mapSpain::esp_get_prov_siane()
    • mapSpain::esp_get_ccaa_siane()
    • mapSpain::esp_get_hypsobath()
    • mapSpain::esp_get_rivers()
    • mapSpain::esp_get_hydrobasin()
    • mapSpain::esp_get_capimun()
    • mapSpain::esp_get_roads()
    • mapSpain::esp_get_railway()
  • Mute warnings from rgdal

What's Changed

Full Changelog: v0.1.2...v0.2.0

CRAN release

06 Jan 03:28
Compare
Choose a tag to compare

New version on CRAN. Check NEWS.md.

What's Changed

Full Changelog: v0.1.1...v0.1.2

Sent to CRAN

28 Nov 22:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/rOpenSpain/mapSpain/commits/v0.1.0