knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of testpack is to test some simple functions.
You can install the released version of testpack from github
devtools::install_github('realxinzhao/testpack')
This is a basic example which shows you days remaining to a target date:
library(testpack) Gooddays(2050,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.