generated from r-hyperspec/pkg-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.04 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
Package: hySpc.ggplot2
Type: Package
Date: 2020-07-27
Version: 0.0.0.9000
Title: Bridge Between Packages hyspeSpec and ggplot2
Description: Package ggplot2 based functionality for hyperSpec objects.
Authors@R: c(
person("Claudia", "Beleites",
role = c("aut", "cre"),
email = "[email protected]"),
person("Roman", "Kiselev",
role = "aut"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
ggplot2 (>= 2.3.0),
hyperSpec (>= 0.100.0.9001)
Imports:
hySpc.testthat,
lazyeval,
methods,
rlang
Suggests:
bookdown,
covr,
knitr,
sessioninfo,
testthat (>= 3.0.0),
vdiffr,
rmarkdown,
styler
URL:
https://r-hyperspec.github.io/hySpc.ggplot2,
https://github.com/r-hyperspec/hySpc.ggplot2
BugReports: https://github.com/r-hyperspec/hySpc.ggplot2/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3