-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 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
39
40
41
Package: seedr
Type: Package
Title: Hydro and Thermal Time Seed Germination Models in R
Version: 0.3.0.9000
Date: 2020-11-08
Authors@R: c(
person("Fernández-Pascual", "Eduardo",
comment = c(ORCID = "0000-0002-4743-9577"),
email = "efernandezpascual@gmail.com",
role = c("cre", "aut")),
person("González-Rodríguez", "Gil",
comment = c(ORCID = "0000-0002-2532-8665"),
email = "gil@uniovi.es",
role = "aut"),
person("Ladouceur", "Emma",
comment = c(ORCID = "0000-0002-4943-4358"),
email = "emmala@gmail.com",
role = "ctb"))
Description: Analysis of seed germination data
using the physiological time modelling approach. Includes functions
to fit hydrotime and thermal-time models with the traditional approaches
of Bradford (1990) <doi:10.1104/pp.94.2.840>
and Garcia-Huidobro (1982) <doi:10.1093/jxb/33.2.288>.
Allows to fit models to grouped datasets,
i.e. datasets containing multiple species, seedlots or experiments.
URL: https://github.com/efernandezpascual/seedr
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports:
data.table (>= 1.13),
binom (>= 1.1),
graphics,
grDevices,
stats
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr