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 toworldclim_*()for clarity. Older names are still supported but deprecated.
- Change filter_points_on_land()tofilter_points(). The old name is still supported but deprecated.
- Added unique_outliers()andremove_unique_outliers()to handle unique outliers in data.
- Added worldclim_file(),worldclim_random()andworldclim_extract_*()to deal with WorldClim data.
- Added test_geobr_connection()to help users troubleshoot connection issues with thegeobrpackage.
- Removed the aggregateparameter fromworldclim_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.mdfile to track changes to the package.