Skip to contents
orbis 0.1.0.9000 (development version)
- Moved several dependencies to Suggests in the DESCRIPTION file to avoid unnecessary installations.
- Removed
get_
from the names of functions. Older names are still supported but deprecated.
- Renamed
wc_*()
functions to worldclim_*()
for clarity. Older names are still supported but deprecated.
- Change
filter_points_on_land()
to filter_points()
. The old name is still supported but deprecated.
- Added
unique_outliers()
and remove_unique_outliers()
to handle unique outliers in data.
- Added
worldclim_random()
and worldclim_extract_*()
to deal with WorldClim data.
- Added
test_geobr_connection()
to help users troubleshoot connection issues with the geobr
package.
- Removed the
aggregate
parameter from worldclim_to_ascii()
to avoid unintended data aggregation.
- Changed package license from MIT to GPLv3.
- Updated the Code of Conduct to Contributor Covenant 3.0.
- Improved error handling and messaging throughout the package.
- Added more unit tests to increase code coverage.
- Updated the documentation.
orbis 0.0.0.9000
- Added a
NEWS.md
file to track changes to the package.