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

testpack

The goal of testpack is to test some simple functions.

Installation

You can install the released version of testpack from github

devtools::install_github('realxinzhao/testpack')

Example

This is a basic example which shows you days remaining to a target date:

library(testpack)

Gooddays(2050,1,1)


realxinzhao/testpack documentation built on Feb. 8, 2021, 12:06 a.m.