The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Rmisc

The R package Rmisc is a colletion of functions useful for data analysis and utility operations.

Installation

You can install the stable version on CRAN:

install.packages('Rmisc', dependencies = TRUE)

Or download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the Rmisc package to install the absolutely latest version:

## you may also need to update your packages: 
## options(repos = c(CRAN = 'http://cran.r-project.org'))
## update.packages()
library(devtools); install_github('Rmisc', 'ryanhope')

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.