-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.65 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: nlstimedist
Type: Package
Title: Non-Linear Model Fitting of Time Distribution of Biological Phenomena
Version: 2.0.0
Authors@R:
c(person(
given = "Nathan",
family = "Eastwood",
role = c("aut", "cre", "prg", "trl", "ctr"),
email = "[email protected]"),
person(
given = "Nicola",
family = "Steer",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-6446-8601")),
person(
given = "Miguel",
family = "Franco",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7249-4981")),
person(
given = "Paul",
family = "Ramsay",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-7631-6480")))
Description: Fit biologically meaningful distribution functions to
time-sequence data (phenology), estimate parameters to draw the cumulative
distribution function and probability density function and calculate
standard statistical moments and percentiles. These methods are described in
Steer et al. (2019) <doi:10.1111/2041-210X.13293>.
URL: https://github.com/nathaneastwood/nlstimedist
BugReports: https://github.com/nathaneastwood/nlstimedist/issues
Depends:
R (>= 3.5.0)
Imports:
ggplot2 (>= 2.1.0),
minpack.lm (>= 1.2-0),
nlstools (>= 1.0-2),
poorman (>= 0.2.1),
stats
Suggests:
knitr,
rmarkdown,
tinytest
License: GPL-2
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
VignetteBuilder: knitr