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



tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.