README.md

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)
#> Attaching poispkgs
#> conflicted: conflicted
#> rprofile: devtools fledge lintr pkgdown remotes reprex rmarkdown roxygen2md styler testthat usethis
#> legacy: err rpdo plyr reshape2
#> poisutils: poisspatial poisdata poisix poisplot poisutils poispalette
#> bc: bcdata rems wqbc wqindex fishbc fwapgr fwatlasbc
#> canada: canwqdata ssdtools tidyhydat
#> Warning in checkMatrixPackageVersion(): Package version inconsistency detected.
#> TMB was built with Matrix version 1.6.0
#> Current Matrix version is 1.5.4.1
#> Please re-install 'TMB' from source using install.packages('TMB', type = 'source') or ask CRAN for a binary version of 'TMB' matching CRAN's 'Matrix' package
#> parallel: doParallel foreach
#> misc: data.table daff naniar readwriteaws snakecase sessioninfo units yesno
#> spatial: mapview sf
#> tidyverse_extras: blob cli crayon hms glue lubridate magrittr pillar readxl rlang dm tidyplus
#> tidyverse_core: ggplot2 tibble tidyr readr purrr dplyr stringr forcats
#> plot: grid ggplot2 ggdag ggmap ggrepel ggspatial ggthemes latex2exp scales viridis tinter
#> utils: chk dttr2 hmstimer
#> databasing: flobr dbflobr RSQLite readwritesqlite
#> analysis: universals extras ggdag term nlist newdata rescale mcmcr mcmcderive mcmcdata mbr tmbr smbr jmbr
#> reporting: subfoldr2 subreport
#> conflicts_fix()
#> conflicted::conflict_scout()
#> All well

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.