The Dmisc
package provides functions that don't fit elsewhere that I want. A quick overview of what you will find in the package so far:
- getargs - Grabs the function arguments ignoring those set by defaults.
- goldenratiocolors - Choose n colors using the golden ratio
- holm - Transform p-values based on Holm's method
- holtwinters - Holt winters smoothing no seasonality
- linfinder - Finds linear combinations
- lsos - Improved list of objects
- sinkReset - Resets any connections from sink
- shadeplot - Shade a section of a pdf
- traintest - Create training/testing sets
- unfactor - Change factors to characters
Currently there isn't a release on CRAN.
You can, however, download the zip ball or tar ball, decompress and run R CMD INSTALL
on it, or use the devtools package to install the development version:
## Make sure your current packages are up to date
update.packages()
## devtools is required
library(devtools)
install_github("Dmisc", "Dasonk")
This package uses camelCase as its naming convention