As this package is still in development, but can already be installed through CRAN.
install.packages("npExact")
The development version can be installed using the devtools
package:
if (!require('devtools')) install.packages('devtools')
install_github("zauster/npExact")
After installation, load the package with:
library(npExact)
See the help-files for some examples of the usage of the package.
help("npExact")
First of all, I am happy if you use the package and even happier if you want to contribute.
Open an issue if you think you found a bug or if you have an idea for a new feature.
Contributions are best done through pull requests (have a look at
the current development at the develop
branch). Please
run R CMD build npExact
and R CMD check npExact_VERSION.tar.gz
before you submit your changes.