File: NEWS

package info (click to toggle)
r-cran-fail 1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: sh: 9; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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