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

demcheck

Lifecycle status R-CMD-check

demcheck contains checking functions used by the dem* packages. End-users would not normally use it directly.

Installation

To install from GitHub, use:

devtools::install_github("bayesiandemography/demcheck")

Usage

library(demcheck)
chk_is_string("mystring")
chk_is_string(1)


johnrbryant/demcheck documentation built on Dec. 31, 2021, 11:57 a.m.