-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
53 lines (53 loc) · 1.18 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: FSA
Version: 0.9.5
Date: 2023-8-25
Title: Simple Fisheries Stock Assessment Methods
Description: A variety of simple fish stock assessment methods.
Authors@R: c(
person(c("Derek","H."), "Ogle", email="[email protected]",
role=c("aut","cre"),
comment=c(ORCID="0000-0002-0370-9299")),
person(c("Jason","C."), "Doll", email="[email protected]",
role=c("aut")),
person(c("A.","Powell"), "Wheeler", email="[email protected]",
role="aut"),
person("Alexis", "Dinno", email="[email protected]",
role="aut",
comment="Provided base functionality of dunnTest()")
)
URL: https://fishr-core-team.github.io/FSA/
BugReports: https://github.com/fishR-Core-Team/FSA/issues
License: GPL (>= 2)
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
graphics,
grDevices,
stats,
tools,
utils,
car,
dunn.test,
lmtest,
plotrix,
withr
Suggests:
DescTools,
dplyr,
fishmethods,
FSAdata,
knitr,
marked,
nlme,
nlstools,
pkgdown,
plyr,
psych,
Rcapture,
rmarkdown,
testthat,
tibble,
covr
Encoding: UTF-8
RoxygenNote: 7.2.3