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 templates for reports generated by biologists at National Wildlife Refuges in Alaska, including the Alaska Refuge Report Series.

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 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:

Alaska Refuge Report

Alaska Refuge Report

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