-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.03 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
Package: xplorerr
Type: Package
Title: Tools for Interactive Data Exploration
Version: 0.2.0
Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Tools for interactive data exploration built using 'shiny'. Includes apps for descriptive
statistics, visualizing probability distributions, inferential statistics, linear regression,
logistic regression and RFM analysis.
Depends:
R(>= 3.2.4)
Imports:
Rcpp,
shiny,
utils
Suggests:
blorr,
data.table,
descriptr,
DT,
haven,
highcharter,
jsonlite,
magrittr,
olsrr,
plotly,
readr,
readxl,
rfm,
shinyBS,
shinycssloaders,
standby,
tools,
vistributions
URL: https://github.com/rsquaredacademy/xplorerr, https://xplorerr.rsquaredacademy.com/
BugReports: https://github.com/rsquaredacademy/xplorerr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
LinkingTo:
Rcpp