-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.53 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
Type: Package
Package: GerminaR
Title: Indices and Graphics for Assess Seed Germination Process
Version: 2.1.4
Description: A collection of different indices and visualization techniques for evaluate the seed germination process in ecophysiological studies (Lozano-Isla et al. 2019) <doi:10.1111/1440-1703.1275>.
Date: 2022-05-18
Authors@R: c(
person("Flavio", "Lozano-Isla", email = "flozanoisla@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0714-669X")),
person("Omar", "Benites Alfaro", email = "obacc07@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-6852-9598")),
person("Marcelo F.", "Pompelli", email = "mpompelli@gmail.com", role = c("aut","ths"), comment = c(ORCID = "0000-0002-4408-6374")),
person("Denise", "Garcia de Santana", email = "denise.santana@ufu.br", role = "aut"),
person("Marli A.", "Ranal", email = "ranal@ufu.br", role = "aut"),
person("Federal University of Pernambuco", role = "cph", comment = "Register of application"),
person("Federal Rural University of Pernambuco", role = "cph", comment = "Post Graduate Program"),
person("Inkaverse", role = c("ctb"))
)
URL: https://germinar.inkaverse.com/, https://github.com/flavjack/germinar
BugReports: https://github.com/flavjack/germinar/issues
Depends:
shiny,
agricolae,
ggplot2,
dplyr,
R (>= 3.5.0)
Imports:
tidyr,
tibble,
purrr,
DT
Suggests:
knitr,
rmarkdown,
gsheet,
inti
VignetteBuilder: knitr
License: GPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2