-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
27 lines (21 loc) · 812 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
26
27
## Version 1.4 (2016-04-13)
* Changed default of all.files to TRUE
* Fixed an error message
## Version 1.3 (2015-09-30)
* New argument "all.files" to allow working with hidden files
* New closure "$pos" to get the n-th key
* Added argument suppressMessages to sail
* sail now sources files in their respective directory
## Version 1.2 (2013-09-18)
* New argument "simplify" to enforce lists to be returned
* New object "sail" to access R source files
* Closure "$assign" now returns keys of assigned objects
* Closure "$clear" now returns keys of cleared objects
## Version 1.1 (2013-02-05)
* New closure "$assign"
* New closure "$mapply"
* New argument in closure "$put": keys
* Improved error messages
* Relaxed checks for illegal characters in keys
## Version 1.0 (2012-12-04)
* Initial release on CRAN