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

Travis build status AppVeyor build status codecov

The goal of jeksterslabRpkg is to provide useful utility functions to create a boilerplate package.

Installation

You can install the released version of jeksterslabRpkg from GitHub with:

remotes::install_github("jeksterslabds/jeksterslabRpkg")

Test

It is difficult to perform automatic unit tests and code coverage on a package that generates another package. As a proxy, jeksterslabRpkg is used to generate a new package boilerplatePackage pushed to Github. A successful boilerplatePackage build provides evidence that jeksterslabRpkg work properly.

Package Documentation

See GitHub Pages for package documentation.



jeksterslabds/jeksterslabRpkg documentation built on Jan. 22, 2021, 11:43 p.m.