-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
36 lines (36 loc) · 1.38 KB
/
DESCRIPTION
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
35
36
Package: satf
Type: Package
Title: Stock Assessment Tables and Figures
Version: 0.1.0
Author: Samantha Schiano, Bai Li, Steve Saul, Kelli F. Johnson, & Megumi Oshima
Maintainer: Samantha Schiano <samantha.schiano@noaa.gov>
Description: Creates exploratory and finished tables and figures for stock assessment
documents from U.S. stock assessment model outputs. This packages addresses
parts of the stock assessment workflow that interprets outputs of stock
assessment models as well as allows the analyst to create report ready tables
and figures, reducing the need to create their own and format then when adding
into a report. This package is intended to be used in conjuction with `asar`,
a partially automated template for writing various stock assessment reports.
Throughout development, we will be creating a set of standardized figures and
tables for a stock assessment report, developing functions to produce a variety
of diagonostic plots, and other helpful materials. The advantage of using this
package over others is that it applies to a range of stock assessment model outputs
and standardizes them.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
flextable,
ggplot2,
glue,
naniar,
nmfspalette,
stringr,
tidyr,
utils
Remotes:
nmfs-fish-tools/nmfspalette
Depends:
R (>= 2.10)