This repo contains data dredging routines.
Documentation can be found here
None yet.
To install the latest development snapshot, type following commands into the R console
# install.packages('devtools')
devtools::install_github("markanewman/mndredge")
library(mndredge)
# install libraries (if needed)
# install.packages('devtools')
# install.packages('roxygen2')
# install.packages('pkgdown')
# devtools::install_github("markanewman/mnmacros")
# set working directory and clean files that will be regenerated
setwd("C:/repos/mndredge")
unlink(c("./docs/*", "./man/*", "./NAMESPACE"), recursive = T)
# regenerate NAMESPACE
devtools::document()
# run the tests
devtools::test()
# add in github pages
pkgdown::build_site()
# full check before the package is CRAN ready
devtools::check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.