forked from joachim-gassen/ExPanDaR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.26 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
Package: ExPanDaR
Type: Package
Title: Explore Your Data Interactively
Version: 0.5.3.9000
Authors@R: person("Joachim", "Gassen", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4364-2911"))
Description: Provides a shiny-based front end (the 'ExPanD' app) and
a set of functions for exploratory data analysis. Run as a web-based
app, 'ExPanD' enables users to assess the robustness of empirical evidence
without providing them access to the underlying data. You can export a
notebook containing the analysis of 'ExPanD' and/or use the functions of the
package to support your exploratory data analysis workflow. Refer to the
vignettes of the package for more information on how to use 'ExPanD' and/or
the functions of this package.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
URL: https://joachim-gassen.github.io/ExPanDaR/
BugReports: https://github.com/joachim-gassen/ExPanDaR/issues
Encoding: UTF-8
LazyData: true
Imports:
tidyr, dplyr, ggplot2, corrplot, multiwayvcov, lmtest, plm,
stargazer, scales, shiny, DT, openssl, tictoc, shinycssloaders, kableExtra,
rio, zip, rlang
RoxygenNote: 7.1.0
Suggests:
gapminder, rmarkdown, htmltools, knitr, devtools
VignetteBuilder: knitr