knitr::opts_chunk$set(echo = TRUE, collapse = TRUE, comment = "#>")

JLmisc

Overview

JLmisc is a an R package of functions for common data analysis tasks.

Downloading from GitHub for development

To work on the package for others to use:

  1. Be sure to have devtools installed.
  2. Use RStudio to create a local copy in ~/tmp based on https://github.com/jlucasmckay/JLmisc
  3. devtools::check()
  4. devtools::build_vignettes()
  5. browseVignettes("JLmisc")
  6. Edit
  7. Stage changed files, commit, and push changes with the git panel.

Installing from GitHub for use

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:

  1. Be sure to have devtools installed.
  2. Call remove.packages("JLmisc") if you have installed the package previously.
  3. devtools::install_github("jlucasmckay/JLmisc", build_vignettes = TRUE)
  4. browseVignettes("JLmisc")


jlucasmckay/JLmisc documentation built on Dec. 14, 2019, 9:33 p.m.