knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An R package to attach CRAN and GitHub Packages commonly used in Poisson Consulting analyses in the preferred order
library(poispkgs)
To install the latest development version from GitHub
# install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch)) pak::pak("poissonconsulting/poispkgs")
To suppress the start up messages use
options(poispkgs.quiet = TRUE)
To add a package to poispkgs, add the package to the Imports section of the DESCRIPTION. For Poisson packages, add the GitHub address of the package to the remotes section of the DESCRIPTION. This will ensure that we're using the developmental version. Also, add packages to one or more categories in pkg-list.R
.
Please note that the poispkgs project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.