- Improved the parallel download method in
download_zenodo()
and made it the default
- Fixed a bug in
download_zenodo()
- Implemented
checklist
R package checks - Fixed a bug in
csv_to_sqlite
that occurred when passingcol_names
to...
- Removed
inboveg_*
andflorabank_*
defunct functions (moved toinbodb
package) - Removed
guess_projection
: useguess_crs
instead - Removed
reproject_coordinates
: usetransform_coordinates
instead - Superseded
gbif_species_name_match
function byrgbif::name_backbone_checklist()
- Fixed url to download
knmi
data. Thanks to @ViktorHartman
- Functions no longer depend on
sp
package - Fixed a bug that occurred if a subset of columns was read in
csv_to_sqlite
- Deprecated
reproject_coordinates
. Usetransform_coordinates
instead. - Deprecated
guess_projection
. Useguess_crs
instead.
- Fixes missing links on pkgdown website
- Changed setup_coding_club_session so it works without authentication (#111)
- Added a
NEWS.md
file to track changes to the package.