-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.11 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
Package: loadeR
Title: Load Data for Analysis System
Version: 1.1.7
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")),
person(given = "Joseline", family = "Quirós", role = c("aut")))
Description: Provides a framework to load text and excel files through a 'shiny' graphical interface. It allows renaming, transforming, ordering and removing variables. It includes basic exploratory methods such as the mean, median, mode, normality test, histogram and correlation.
License: GPL (>=2)
Imports:
DT,
caret,
config,
writexl,
echarts4r,
shinyAce,
shinyjs,
readxl,
golem,
rlang,
htmltools,
data.table,
htmlwidgets,
colourpicker,
shinydashboard,
shiny (>= 1.7.1),
shinycustomloader,
shinydashboardPlus (>= 2.0.0)
Depends: R (>= 4.0)
Encoding: UTF-8
URL: https://promidat.website, https://github.com/PROMiDAT/loadeR
BugReports: https://github.com/PROMiDAT/loadeR/issues
RoxygenNote: 7.2.3
Language: en-US