-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.43 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
45
46
47
48
49
50
Package: chart
Type: Package
Version: 1.5.2
Title: Unified Interface (with Formula) for R Plots
Description: Chart generalizes plot generation in R, being with base R plot
function, lattice or ggplot2. A formula interface is available for both
ggplot2 and lattice. The function 'chart()' automatically uses labels and
units if they are defined in the data.
Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <[email protected]>
Depends:
R (>= 4.2.0),
ggplot2 (>= 3.0),
lattice (>= 0.21.0)
Imports:
cowplot (>= 1.1.1),
data.io (>= 1.5.0),
ggplotify (>= 0.1.0),
ggpubr (>= 0.6.0),
graphics (>= 4.2.0),
grDevices (>= 4.2.0),
latticeExtra (>= 0.6.30),
pryr (>= 0.1.6),
rlang (>= 1.1.1),
scales (>= 1.2.1),
stats (>= 4.2.0),
svMisc (>= 1.4.0),
utils (>= 4.2.0),
viridis (>= 0.6.2)
Suggests:
MASS (>= 7.3.58.3),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
SciViews/data.io,
SciViews/svMisc
License: MIT + file LICENSE
URL: https://github.com/SciViews/chart, https://www.sciviews.org/chart/
BugReports: https://github.com/SciViews/chart/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3