README.md

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

poiskoot

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(poiskoot)
#> Loading required package: kootqlt
#> Most of the data in the kootqlt R package and database is BC Hydro property.
#> Distribution of the data to any other third party is strictly prohibited.
#> For more information type: cat(qlt_disclaimer())
#> Loading required package: kootlake
search()
#>  [1] ".GlobalEnv"        "package:poiskoot"  "package:kootlake" 
#>  [4] "package:kootqlt"   "package:stats"     "package:graphics" 
#>  [7] "package:grDevices" "package:utils"     "package:datasets" 
#> [10] "package:methods"   "Autoloads"         "package:base"

Installation

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

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/poiskoot documentation built on May 19, 2019, 3:04 a.m.