-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.3 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
Type: Package
Package: phenomix
Title: Fit Density Curves to Peak Timing Data that Varies over Time
Version: 1.0.4
Authors@R: c(person(given = c("Eric", "J."),
family = "Ward",
role = c("aut", "cre"),
email = "eric.ward@noaa.gov"),
person(given = c("Samantha", "M."),
family = "Wilson",
role = c("ctb")),
person(given = c("Joseph", "H."),
family = "Anderson",
role = c("ctb")))
Description: The 'phenomix' package fits time-varying density curves to run
timing type data commonly encountered in fisheries and ecology. Example
applications include to peak run timing curves collected for juvenile or
adult Pacific salmon, though could also be applied to other kinds
of data such as hydrographs, plant phenology (flowering, leaf out).
License: GPL (>=3)
URL: https://nwfsc-cb.github.io/phenomix, https://github.com/nwfsc-cb/phenomix
Depends:
R (>= 4.0.0)
Imports:
dplyr,
ggplot2,
gnorm,
methods,
stats,
TMB (>= 1.7.20),
nlme
Suggests:
testthat,
knitr,
rmarkdown
LinkingTo:
RcppEigen,
TMB
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
SystemRequirements: GNU make