README.md

stability-experimental Travis-CI Build Status AppVeyor Build Status Coverage Status License: MIT CRAN_Status_Badge

skeletonpkg

A skeleton for Poisson Consulting packages.

Demonstration

library(skeletonpkg)

x <- 1
is.named(x)
#> [1] FALSE
names(x) <- "one"
is.named(x)
#> [1] TRUE

Installation

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

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/skeletonpkg documentation built on May 18, 2019, 10:15 a.m.