-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
45
46
47
Package: flipChart
Type: Package
Title: Single function for calling charts - CChart
Version: 1.12.11
Author: Displayr <opensource@displayr.com>
Maintainer: Displayr <opensource@displayr.com>
Description: Wrapper for other chart functions, such that they can be access via a
single function, CChart. The chief benefit of this is that a user can change chart
type without having to change arguments (whcih are automatically mapped to
the appropriate parameters).
License: GPL-3
Depends: R (>= 3.5.0)
Encoding: UTF-8
LazyData: true
Suggests:
grDevices,
flipExampleData,
flipRegression,
testthat
Imports:
abind,
methods,
flipChartBasics,
flipData (>= 1.2.7),
flipFormat,
flipStandardCharts (>= 1.30.2),
flipStatistics,
flipTables (>= 2.8.8),
flipTime,
flipTransformations (>= 1.10.0),
flipU (>= 1.6.2),
verbs (>= 0.15.9)
Remotes:
Displayr/plotly,
Displayr/flipChartBasics,
Displayr/flipData,
Displayr/flipExampleData,
Displayr/flipFormat,
Displayr/flipRegression,
Displayr/flipStatistics,
Displayr/flipStandardCharts,
Displayr/flipTables,
Displayr/flipTransformations,
Displayr/flipTime,
Displayr/flipU,
Displayr/verbs
RoxygenNote: 7.3.3