-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
25 lines (17 loc) · 786 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
===============
# S4DM 0.0.2
===============
## NEW FEATURES
* Added a new argument for project_plug_and_play that, by default, sets the RoR to zero where the background fx is zero.
## Bug fixes
===============
# S4DM 0.0.1
===============
## NEW FEATURES
* Initial development
## Bug fixes
* Modified the test for vine copula sdms to be skipped on CRAN, as the underlying c++ code seems to throw an error
* In function dr_maxnet, renamed parameter "f" to "formula" and replace "T" with "TRUE" in the function, per CRAN comments.
* In function get_response_curves, changed print() to message(), per CRAN comments.
* Added references to the description, per CRAN comments.
* Fixed missing documentation of the objects/values returned by some of the functions, per CRAN comments.