SDMtune 1.1.1
SDMtune 1.1.1
Main changes:
- New function
checkMaxentInstallation()
to check if Maxent is correctly configured. - The argument parallel is deprecated and not used anymore. This because it improved computation only for very large datasets and used the superseded package snow.
- The function
get_tunable_args()
has been replaced bygetTunableArgs()
to be consistent with the camel case function naming. At the moment is still possible to use both functions butget_tunable_args()
will be deprecated in the next release. - Four new vignette are now available with the package.
Bug fix: plotPA
function now works also with new version of ggplot2
.