-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.27 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
Package: inti
Type: Package
Version: 0.6.6
Title: Tools and Statistical Procedures in Plant Science
Description: The 'inti' package is part of the 'inkaverse' project for developing
different procedures and tools used in plant science and experimental designs.
The mean aim of the package is to support researchers during the planning of
experiments and data collection (tarpuy()), data analysis and graphics (yupana())
, and technical writing.
Learn more about the 'inkaverse' project at <https://inkaverse.com/>.
Date: 2024-09-03
Authors@R: c(
person("Flavio", "Lozano-Isla", email = "flozanoisla@gmail.com", role = c("aut", "cre")
, comment = c(ORCID = "0000-0002-0714-669X")),
person("QuipoLab", role = c("ctb")),
person("Inkaverse", role = c("cph"))
)
URL: https://inkaverse.com/, https://github.com/flavjack/inti
BugReports: https://github.com/flavjack/inti/issues/
Depends:
shiny,
ggplot2,
dplyr,
tidyr,
tibble,
R (>= 2.10)
Imports:
lme4,
agricolae,
FactoMineR,
emmeans,
purrr,
stringr,
googlesheets4,
DT
Suggests:
gsheet,
cowplot,
knitr,
rmarkdown,
bookdown
VignetteBuilder: knitr
License: GPL-3 | file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2