-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 989 Bytes
/
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
Package: GrymExamples
Title: Examples for the R implementation of the Generalized Yield Model
Version: 0.1.0.0000
Authors@R: c(
person(given = "Dale", family = "Maschette", , email = "Dale.Maschette@utas.edu.au", role = c("aut", "cre")),
person(given = "Simon", family = "Wotherspoon", , email = "Simon.Wotherspoon@utas.edu.au", role = "aut"))
Description: Grym is an R implementation of the Generalized Yield Model (GYM),
a flexible model for fish stock projection (Constable and de la Mare 1996).
When citing please cite both the package [citation("Grym")] and (Constable and de la Mare 1996).
This package contains a number of examples of how to implement the Grym package.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Date: 2020-06-01
Imports:
Grym,
furrr (>= 0.1.0)
Suggests:
knitr,
dplyr,
ggplot2,
rmarkdown
Remotes:
AustralianAntarcticDivision/Grym
VignetteBuilder: knitr