This R package provides R Markdown and Quarto report templates for biologists at National Wildlife Refuges in Alaska.
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 and load the package:
if (!requireNamespace("pak")) install.packages("pak")
pak::pkg_install("usfws/akrreport")
library(akrreport)Once installed, templates will be available within the R Markdown template 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.


