knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of jeksterslabRpkg
is to provide useful utility functions
to create a boilerplate package.
You can install the released version of jeksterslabRpkg
from GitHub with:
remotes::install_github("jeksterslabds/jeksterslabRpkg")
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.
See GitHub Pages for package documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.