README.md

stability-unstable Travis-CI Build
Status AppVeyor Build
Status codecov License:
MIT CRAN_Status_Badge

poisbc

An R package to attach CRAN and GitHub Packages used in Poisson Consulting analyses for the Kootenay.

Demonstration

search()
#> [1] ".GlobalEnv"        "package:stats"     "package:graphics" 
#> [4] "package:grDevices" "package:utils"     "package:datasets" 
#> [7] "package:methods"   "Autoloads"         "package:base"
library(poisbc)
#> Loading required package: bcmaps.rdata
#> Loading required package: bcmaps
#> Loading required package: fishbc
#> Loading required package: wqbc
#> To the best of the package creators' knowledge the limits correspond to
#> the approved Provincial thresholds on the date of release
#> but wqbc comes with ABSOLUTELY NO WARRANTY.
search()
#>  [1] ".GlobalEnv"           "package:poisbc"       "package:wqbc"        
#>  [4] "package:fishbc"       "package:bcmaps"       "package:bcmaps.rdata"
#>  [7] "package:stats"        "package:graphics"     "package:grDevices"   
#> [10] "package:utils"        "package:datasets"     "package:methods"     
#> [13] "Autoloads"            "package:base"

Installation

# install.packages("devtools")
devtools::install_github("poissonconsulting/poisbc")

Contribution

Please report any issues.

Pull requests are always welcome.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



poissonconsulting/poisbc documentation built on May 19, 2019, 3:04 a.m.