forked from iNZightVIT/iNZight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 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
43
44
Package: iNZight
Type: Package
Title: iNZight GUI for Data Exploration and Visualisation
Version: 3.2
Date: 2018-01-23
Authors@R: c(person("Tom", "Elliott", role = c("aut", "cre"),
email = "[email protected]"),
person("Dineika", "Chandrananda", role = "ctb"),
person("Simon", "Potter", role = "ctb"),
person("Marco", "Kuper", role = c("aut"),
email = "[email protected]"),
person("David", "Banks", role = "ctb"))
Description: An interactive GUI for easy visual exploration of datasets.
License: GPL-3 | file LICENSE
Depends:
R (>= 3.0),
objectProperties,
RGtk2,
gWidgets2,
cairoDevice
Imports:
utils,
grDevices,
methods,
grid,
gdata,
gWidgets2RGtk2,
iNZightPlots,
iNZightTools,
reshape2,
plyr,
survey,
colorspace,
magrittr
Suggests:
RODBC,
iNZightMR,
iNZightModules,
png,
viridis,
RColorBrewer,
FutureLearnData
LazyData: true
RoxygenNote: 6.0.1