MAJOR IMPROVEMENTS

  • Modified all functions to remove dependencies on sp, raster, and rgeos.

MINOR IMPROVEMENTS

  • Fixed minor errors in vignettes
  • Added an option to buffer cc_sea and cc_coun
  • Fixed minor bugs pointed out in issues

MINOR IMPROVEMENTS

  • Fixed typos in vignette
  • Fixed CRAN warning with rebuilding vignettes
  • Removed defunct functions
  • Added wordlist

MINOR IMPROVEMENTS

  • Adaption of the Description file style.

MINOR IMPROVEMENTS

  • Precomputed vignettes that need internet access

MINOR IMPROVEMENTS

  • Fixed a bug that occasionally caused invalid polygons for cc_coun and cc_sea
  • Added references for country centroids from other sources

MINOR IMPROVEMENTS

  • added an option to adapt the geographic extent to the plotting method for objects of class “spatialvalid”
  • fixed a bug with the handling of the outlier test in clean_coordinates
  • improved the handling of large data.frames in the plotting method for objects of class “spatialvalid”
  • readapted the default country columns name to the rnaturalearth column names

MINOR IMPROVEMENTS

  • adapted the url format in the description files

MINOR IMPROVEMENTS

  • fixed a bug in cc_cen when setting an alternative reference
  • added the ref_col argument to cc_coun to customize the column with ISO codes in the reference data
  • adapted code to changes in sp and rgdal
  • defunct CleanCoordinates, CleanCoordinatesDS, and CleanCoordinatesFOS
  • fixed issue with input data.frame with unordered rownames in cc_outl
  • fixed the ‘ras not found’ bug in cc_outl

MINOR IMPROVEMENTS

  • addressed the “ras not found” bug in cc_outl

MINOR IMPROVEMENTS

  • improved documentation of cc_outl
  • improved handling of rownames in cc_outl

MINOR IMPROVEMENTS

  • changes to the description file

MINOR IMPROVEMENTS

  • improved error handling by cc_sea and cc_urb, in case the default reference cannot be obtained from the web
  • added a reference for the methodology to the description file

MINOR IMPROVEMENTS

  • recoded cc_outl, and added a thinning argument to account for sampling bias
  • fixed a bug with the cc_outl test, that produced erroneous flags under some settings of mltpl
  • extended the example dataset for the coordinate level-test suite to be more realistic

MINOR IMPROVEMENTS

  • moved vignettes to online documentation
  • added an area column to the countryref dataset
  • fixed some minor spelling issues in the documentation

MINOR IMPROVEMENTS

  • added citation
  • reduced testing time on CRAN
  • improved documentation of the cc_outl function

MINOR IMPROVEMENTS

  • further url fixes

MINOR IMPROVEMENTS

  • fixed broken url to the CIA factbook

MINOR IMPROVEMENTS

  • minor bugfix with cc_cap
  • corrected duplicated vignette index entries
  • updated maintainer email

MINOR IMPROVEMENTS

  • removed convenience functionality to only download data from rnaturalearth at first use, to comply with CRAN guidelines

MAJOR IMPROVEMENTS

  • tutorial on outlier detection on the bookdown documentation
  • tutorial on using custom gazetteers
  • rasterisation heuristic in cc_outl
  • added sampling correction to cc_outl
  • added verify option to cc_inst
  • transfer to rOpenSci

MINOR IMPROVEMENTS

  • reduced packages size, by switching to data download from rnaturalearth for urbanareas and landmass
  • fixed issue with names of plot.spatialvalid
  • grouped functions on documentation webpage
  • fixed broken links in the help pages ’ improved documentation structure

MAJOR IMPROVEMENTS

  • changed and more consistent naming scheme for the functions

MINOR IMPROVEMENTS

  • fixed typos in Readme
  • set a download from naturalearth as default for cc_urb
  • reduced vignette memory use and size
  • enables sf format for custom references
  • added speedup option for cc_sea
  • added webpage (https://azizka.github.io/CoordinateCleaner/)

MAJOR IMPROVEMENTS

  • Adapted function and argument names consistently to underscore_case
  • Simplified internal code structure of wrapper functions

MINOR IMPROVEMENTS

  • adapted package to rOpenSci reviews

DEPRECATED AND DEFUNCT

  • CleanCoordinates deprecated, replaced by clean_coordinates
  • CleanCoordinatesDS deprecated, replaced by clean_dataset
  • CleanCoordinatesFOS deprecated, replaced by clean_fossils
  • WritePyrate deprecated, replaced by write_pyrate

MINOR IMPROVEMENTS

  • Switched documentation and NAMESPACE generation to roxygen2
  • Switched from sapply to vapply
  • Improved code readability

NEW FEATURES

MINOR IMPROVEMENTS

  • Adaption of code to rOpenSci guidelines

BUG FIXES

DEPRECATED AND DEFUNCT