Skip to content

SDMtune 1.1.1

Compare
Choose a tag to compare
@sgvignali sgvignali released this 20 Jul 09:25
· 401 commits to master since this release

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 by getTunableArgs() to be consistent with the camel case function naming. At the moment is still possible to use both functions but get_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.