README.md

Dmisc

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:

Installation

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")

Naming Convention

This package uses camelCase as its naming convention



Dasonk/Dmisc documentation built on May 6, 2019, 1:36 p.m.