Path to this page:
./
math/R-RcmdrMisc,
R Commander miscellaneous functions
Branch: CURRENT,
Version: 2.9.1,
Package name: R-RcmdrMisc-2.9.1,
Maintainer: pkgsrc-usersVarious statistical, graphics, and data-management functions used by
the Rcmdr package in the R Commander GUI for R.
Required to run:[
math/R-abind] [
math/R] [
math/R-e1071] [
math/R-car] [
graphics/R-colorspace] [
math/R-sandwich] [
math/R-nortest] [
misc/R-Hmisc] [
textproc/R-readxl] [
textproc/R-readstata13] [
textproc/R-haven]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Version history: (Expand)
- (2024-01-26) Updated to version: R-RcmdrMisc-2.9.1
- (2023-06-15) Updated to version: R-RcmdrMisc-2.7.2
- (2020-09-21) Updated to version: R-RcmdrMisc-2.7.1
- (2019-07-31) Package added to pkgsrc.se, version R-RcmdrMisc-2.5.1 (created)
CVS history: (Expand)
2024-01-26 13:31:53 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-RcmdrMisc) Updated 2.7.2 to 2.9.1, make test passed
Changes to Version 2.9-1
o Fixed bug in numSummaries() introduced along with CV()
(reported by Kenneth Knoblauch).
Changes to Version 2.9-0
o Added CV() function.
|
2023-06-15 14:37:20 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-RcmdrMisc) Updated 2.7.1 to 2.7.2
Changes to Version 2.7-2
o Added xlim, ylim, and ... args to discretePlot() (suggestion of
Beatriz Lacruz Casaucau).
o Fixed a bug in reshapeL2W() that could cause the columns produced
from the varying variable(s) in the long data set to be misnamed
(reported by Tamas Ferenci).
o Duplicated quantiles in numSummary() now produce a warning and
only unique quantiles are used (after report by Beatriz Lacruz
Casaucau).
o Fixed bug in Barplot() that produced misplaced text for
counts/percents in many cases (also reported by Beatriz Lacruz
Casaucau).
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-09-21 01:38:09 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-RcmdrMisc) Updated 2.5.1 to 2.7.1, make test fails for now
Changes to Version 2.7-1
o Added repeatedMeasuresPlot().
o Added reshapeL2W() and reshapeW2L().
o The stringsAsFactors argument to readSAS(), readSPSSS(),
readStata(), and readXL() now defaults to FALSE.
o Barplot(), discretePlot(), Dotplot(), Hist(), plotMeans()
accommodate logical and character variables as grouping factor(s).
Changes to Version 2.7-0
o Added discreteCounts() and piechart() (after suggestions of Ethan Harris).
o Added counts/percents to bars in Barplot() (suggestion of Ethan Harris).
o Fixed DeltaMethod() so that it doesn't ignore the level argument
(reported by on de Haan).
o Small improvements.
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
|