-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
35 lines (35 loc) · 856 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
Package: explor
Type: Package
Title: Interactive Interfaces for Results Exploration
Version: 0.3.10.9000
Date: 2023-05-30
Authors@R: c(person("Julien", "Barnier", email="[email protected]",
role=c("aut","cre")))
Maintainer: Julien Barnier <[email protected]>
Description: Shiny interfaces and graphical functions for multivariate analysis results exploration.
License: GPL (>= 3)
VignetteBuilder: knitr
URL: https://juba.github.io/explor/
BugReports: https://github.com/juba/explor/issues
Encoding: UTF-8
Imports:
shiny (>= 1.0),
DT,
dplyr (>= 1.0),
tidyr (>= 1.0),
ggplot2,
highr,
formatR,
scatterD3 (>= 1.0.0),
RColorBrewer
Suggests:
FactoMineR,
ade4 (>= 1.7-13),
GDAtools (>= 2.0),
MASS,
quanteda,
quanteda.textmodels,
testthat,
knitr,
rmarkdown
RoxygenNote: 7.2.3