-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
27 lines (20 loc) · 1012 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
rapportools 1.1 (2022-03-22)
----------------------------------------------------------------
CRAN maintenance release ... with quite some changes from March of 2014,
which never made it to CRAN before:
* new helper function turning a fraction to ordinary English language
* new helper function for synonyms
* deprecate reshape for reshape2
* fix subset and other small issues
Full details at https://github.com/Rapporter/rapportools/compare/v1.0...v1.1
rapportools 1.0 (2014-01-07)
----------------------------------------------------------------
Initial CRAN release by moving helper functions from the "rappor" package.
At the same time, some minor and major changes were also done in the package:
* removed the `rp` prefix for all functions -- with backward compatibility
* overwriting default min/max/mean etc. functions instead of providing some lame mock names
* remove the 1D limit of the above functions
* doc review
* code cleanup
* more insane file structure
* R CMD check compatibility