knitr::opts_chunk$set(
  message = FALSE, echo = TRUE, warning = FALSE, 
  comment = FALSE, collapse = TRUE,
  comment = "#>"
)
options(rmarkdown.html_vignette.check_title = FALSE)
library(NMFSReports)

This vignette does not contain any examples of using NMF Reports, specifically, but does record what packges and system is ws built on. See below:

R.version
str(allPackage <- installed.packages(.Library, priority = "high"))

allPackage [, c(1,3:5)]


EmilyMarkowitz-NOAA/NMFSReports documentation built on March 26, 2023, 1:08 a.m.