Skip to content

R Markdown and Quarto report templates for NWRS biologists in Alaska

License

Notifications You must be signed in to change notification settings

USFWS/akrreport

Repository files navigation

akrreport

Lifecycle: experimental R-CMD-check

Overview

This R package provides R Markdown and Quarto report templates for biologists at National Wildlife Refuges in Alaska.

Installation

To use akrreport and generate Word or PDF reports from a template, you’ll need:

  1. R version >4.0 Available through FWS Apps-to-Go

  2. Rtools version >4.0 Available through FWS Apps-to-Go

  3. TeX Install tinytex in R using the following commands and following the onscreen prompts:

    install.packages("tinytex")
    tinytex::install_tinytex()

Usage

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:

Getting help

Contact the project maintainer for help with this repository.

Contribute

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.


This work is licensed under a Creative Commons Attribution 1.0 International License.

About

R Markdown and Quarto report templates for NWRS biologists in Alaska

Topics

Resources

License

Stars

Watchers

Forks