-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.07 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
Package: discoveR
Title: Exploratory Data Analysis System
Version: 3.1.5
Authors@R:
c(person(given = "Oldemar", family = "Rodriguez", role = c("aut", "cre"),
email = "oldemar.rodriguez@ucr.ac.cr"),
person(given = "Diego", family = "Jiménez", role = c("aut")))
Description: Performs an exploratory data analysis through a 'shiny' interface. It includes basic methods such as the mean, median, mode, normality test, among others. It also includes clustering techniques such as Principal Components Analysis, Hierarchical Clustering and the K-Means Method.
License: GPL (>=2)
Imports:
DT,
rlang,
golem,
shiny (>= 1.7.4),
config,
plotly,
loadeR,
cluster,
ggplot2,
shinyjs,
shinyAce,
ggdendro,
echarts4r,
htmltools,
FactoMineR,
htmlwidgets,
colourpicker,
shinydashboard,
shinycustomloader,
shinydashboardPlus (>= 2.0.0)
Depends: R (>= 4.0)
Encoding: UTF-8
URL: https://www.promidat.com, https://github.com/PROMiDAT/discoveR
BugReports: https://github.com/PROMiDAT/discoveR/issues
RoxygenNote: 7.2.3