knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>")
JLmisc is a an R package of functions for common data analysis tasks.
To work on the package for others to use:
devtools
installed.~/tmp
based on https://github.com/jlucasmckay/JLmiscdevtools::check()
devtools::build_vignettes()
browseVignettes("JLmisc")
Currently JLmisc is available on github. It is being developed to meet CRAN requirements but is not available there at present. To use the package yourself:
devtools
installed.remove.packages("JLmisc")
if you have installed the package previously.devtools::install_github("jlucasmckay/JLmisc", build_vignettes = TRUE)
browseVignettes("JLmisc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.