-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 907 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
Package: radiant.text
Type: Package
Title: Text Menu for Radiant: Business Analytics using R and Shiny
Version: 0.0.1
Date: 2016-9-22
Authors@R: c(
person("Vincent", "Nijs", , "[email protected]", c("aut", "cre")),
person("Ulf", "Bockenholt", , "[email protected]", "aut")
)
Description: The Radiant Text menu includes interfaces for ....
The application extends the functionality in radiant.data.
Depends:
R (>= 3.3.0),
radiant.data (>= 0.6.0)
Imports:
shiny (>= 0.14),
ggplot2 (>= 2.1.0),
gridExtra (>= 2.0.0),
stringr (>= 1.1.0),
tidyr (>= 0.6.0),
dplyr (>= 0.5),
magrittr (>= 1.5),
import (>= 1.1.0)
Suggests:
testthat (>= 1.0.0),
covr (>= 1.2.0)
URL: https://github.com/radiant-rstats/radiant.text
BugReports: https://github.com/radiant-rstats/radiant.text/issues
License: AGPL-3 | file LICENSE
LazyData: true
RoxygenNote: 5.0.1