knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of pkgmin is to show the structure of an R package.
You can install the dev version of pkgmin from GitHub with:
devtools::install_github("ahasverus/pkgmin", build_vignettes = TRUE)
Browse the vignette for a complete example:
library(pkgmin) vignette(topic = "pkgmin")
Enjoy !
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.