-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.26 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
Package: marssTMB
Title: Fast fitting of MARSS models with TMB
Description: Companion to the MARSS package. Fast fitting of MARSS models with TMB. See the MARSS documentation. All the model syntax and features are the same as for the MARSS package.
Version: 0.0.14
Authors@R:
c(person("Eli", "Holmes", , "eli.holmes@noaa.gov", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9128-8393")),
person("Eric", "Ward", , "eric.ward@noaa.gov", role = c("aut"),
comment = c(ORCID = "0000-0002-4359-0296")),
person("Timothy", "Cline", , "timothy.cline2@montana.edu", role = c("aut"),
comment = c(ORCID = "0000-0002-4955-654X")) )
Maintainer: Elizabeth E. Holmes <eli.holmes@noaa.gov>
URL: https://atsa-es.github.io/marssTMB, https://github.com/atsa-es/marssTMB
BugReports: https://github.com/atsa-es/marssTMB/issues
License: GPL (>= 2)
Depends: R (>= 3.5.0), MARSS (>= 3.11.5)
Imports:
TMB (>= 1.9.3),
stats,
utils
Suggests:
ggplot2,
dplyr,
tidyr,
knitr,
rmarkdown,
testthat
LinkingTo:
TMB, Matrix
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make
Remotes: atsa-es/MARSS@*release