Release v0.9.4
Pre-release
Pre-release
Minor update (JOSS Review Fixes):
- Added package contributors: Updated
Authors@RinDESCRIPTIONto list Ward Langeraert and Peter Desmet as contributors (role = "ctb") (#142). - Tracked Montenegro bryophytes example dataset: Added
inst/extdata/montenegro_bryophytes_cube_eea.csvto git tracking so package examples run out of the box (#145). - Fixed paper rendering: Added blank lines before bulleted lists in
paper.mdfor clean PDF rendering (#144). - Added tutorial link to vignette: Added link to the B-Cubed GBIF cube download tutorial in the "Getting Started" vignette (#146).
- Added examples for exported functions: Added
@examplesroxygen documentation blocks foradd_ci(),calc_ci(),create_sf_from_utm(),mgrs_to_latlong_bbox(), andplot_mv()(#147). - Code health and goodpractice updates: Added
add = TRUEto allon.exit()calls, updatedprintmethods to invisibly return input objects (invisible(x)), and removed unused internal functionget_legend_title()(#143). - Configured Codecov coverage threshold: Updated
codecov.ymlwith a 1% threshold allowance.