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

Lifecycle: experimental License: MIT

poispkgs

An R package to attach CRAN and GitHub Packages commonly used in Poisson Consulting analyses in the preferred order

Demonstration

library(poispkgs)

Installation

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")

Quiet

To suppress the start up messages use

options(poispkgs.quiet = TRUE)

Usage

To add package to poispkgs, add it to imports in DESCRIPTION, make sure you have the GitHub address in remotes for Poisson packages to ensure we have the developmental version. And add it to one or more categories in pkg-list.R.

Code of Conduct

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.



poissonconsulting/poispkgs documentation built on March 14, 2024, 5:24 p.m.