knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

hurwitzLab

In Hurwitz Lab, we take pride in conveying information with elegant figures. We also like a level of consistency in the work produced by our group. This package provide color palettes and themes to be used when producing figures in R.

Installation

You can install hurwitzLab with:

devtools::install_github("schackartk/hurwitzLab")

However, I would suggest installing with

devtools::install_github("schackartk/hurwitzLab", build_vignettes = TRUE)

This will build and make the vignettes available to you, which are very helpful for learning how to use this package. The drawback is that you may need to install other packages to make it work.

You can then access the vignettes with

vignette("hurwitzLab")

If the package is installed without the build_vignettes = TRUE option, the vignette can be built with

devtools::build_vignettes("hurwitzLab")

What's here?



schackartk/hurwitzLab documentation built on Dec. 22, 2021, 10:21 p.m.