-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·36 lines (36 loc) · 1007 Bytes
/
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
Package: eda4plant
Title: Exploratory Data Analysis for Plant Breeding Experiments (one line, title
case)
Version: 0.0.1
Authors@R: c(
person("Omar", "Benites", email = "[email protected]", role = c("aut", "cre")),
person("Eyzaguirre", "Raul", email = "[email protected]", role = c("aut"))
)
Description: The aim of ed4plant consists on making an exploration of plant
breeding data through static and interactive statistical visualizations. These
visualization are plotted with journal's themes to give the opportutiny to
publish results just downloading the graph from HIDAP.
Depends:
R (>= 3.3.0)
Imports:
shiny,
ggplot2,
shinydashboard,
readxl,
shinyFiles,
GGally,
ggrepel,
st4gi,
brapi,
data.table,
dplyr,
purrr
Remotes: omarbenites/shinysky
Copyright: International Potato Center (2017)
License: GPL + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Suggests:
covr,
testthat