This R package provides R Markdown and Quarto templates for reports generated by biologists at National Wildlife Refuges in Alaska, including the Alaska Refuge Report Series.
To use akrreport and generate Word or PDF reports from a template,
you’ll need:
-
R version >4.0 Available through FWS Apps-to-Go
-
Rtools version >4.0 Available through FWS Apps-to-Go
-
TeX Install
tinytexin R using the following commands and following the onscreen prompts:install.packages("tinytex") tinytex::install_tinytex()
Install the template directly:
if (!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("usfws/akrreport")This will install the package akrreport. Once installed, templates
will be available within the R Markdown and Quarto templates as shown
below:
Contact the project maintainer for help with this repository.
Contact the project maintainer for information about contributing to this repository template. Submit a GitHub Issue to report a bug or request a feature or enhancement.


