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

{{{ Package }}}

Objective

The goal of {{{ Package }}} is to ...

Directory structure

Automated tests

Any automated tests will be included here.

if (file.exists(file.path("tests", "testthat.R"))){
  devtools::test()
} 

Data sources

The data was obtained from ...

Instructions to reproduce analysis

More information



Try the NMproject package in your browser

Any scripts or data that you put into this service are public.

NMproject documentation built on Sept. 30, 2022, 1:06 a.m.