forked from fishR-Core-Team/FSA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.12 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
Package: FSA
Version: 0.9.3.9000
Date: 2022-2-15
Title: Simple Fisheries Stock Assessment Methods
Description: A variety of simple fish stock assessment methods.
Authors@R: c(
person("Derek", "Ogle", email="derek@derekogle.com", role=c("aut","cre"),
comment=c(ORCID="0000-0002-0370-9299")),
person("Jason", "Doll", email="jason.doll@fmarion.edu", role=c("aut")),
person("Powell", "Wheeler", email="powell.wheeler@gmail.com", role="aut"),
person("Alexis", "Dinno", email="alexis.dinno@pdx.edu", 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.1.2