-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
35 lines (25 loc) · 1.04 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# planteam
<!-- badges: start -->
<!-- badges: end -->
The goal of planteam is to facilitate the development of the annual SAFE summaries using .Rmd files to produce a word doc - that will likely be hosted on google docs for edits.
Additionally, this package can be used to generate catch reports (for off-cycle assessments) and the specs tables used by the AKRO.
Since all of these products are supposed to be pulling from the same data source this will hopefully eliminate copy & paste errors.
See the [planteam webpage articles](https://afsc-assessments.github.io/planteam/) for more information.
## Installation
You can install the development version of planteam from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("afsc-assessments/planteam")
```