/usr/lib/R/site-library/gtools/NEWS is in r-cran-gtools 2.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | gtools 2.6.1
------------
New features:
- Add newVersionAvailable() function to compare running and latest
available R versions.
- Add keywords() function to show $RHOME/doc/KEYWORDS file
Bug fixes:
- Correct windows make flags as suggested by Brian Ripley.
- Update Greg's email address and fix Rd syntax errors
gtools 2.5.0
------------
New features:
- Add checkRVersion() function to determin if a newer version of R is
available.
- Deprecated assert() in favor of base::stopifnot
Bug fixes:
- Fix bug in binsearch() identified by 2.6.0 R CMD CHECK
Other changes:
- Improve text explanation of how defmacro() and strmacro() differ from
function().
- Update definitions of odd() and even() to use modulus operator
instead of division.
gtools 2.4.0
------------
- Add binsearch() function, previously in the genetics() package.
gtools 2.3.1
------------
- Add ask() function to prompt the user and collect a single response.
gtools 2.3.0
------------
- Update email address for Greg
- Add new 'smartbind' function, which combines data frames
efficiently, even if they have different column names.
gtools 2.2.3
------------
- setTCPNoDelay now compiles & works properly on Windows
gtools 2.2.2
------------
- src/setTCPNoDelay.c: Add C source code for setTCPNoDelay.
- NAMESPACE: Add UseDynLib to NAMESPACE so the shared library gets
properly loaded.
- Updated Greg's email address.
gtools 2.2.1
------------
- New function 'addLast' that adds functions to R's .Last() so
that they will be executed when R is terminating.
- New function setTCPNoDelay() that allows the TCP_NODELAY flag to
be changed on socket objects.
gtools 2.1.0
------------
- Added assert.R (and documentation)
- Added the defmacro() function, extracted from Lumley T. "Programmer's Niche:
Macros in {R}", R News, 2001, Vol 1, No. 3, pp 11--13,
\url{http://CRAN.R-project.org/doc/Rnews/}
- Added DESCRIPTION and removed DESCRIPTION.in
|