-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
55 lines (55 loc) · 1020 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: visibly
Type: Package
Title: Functions and palettes related to visual enhancement
Version: 0.2.9
Authors@R: person("Michael", "Clark", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Michael Clark <[email protected]>
Description: Tools for visual enhancement, including palettes, themes, visualization of data and model results, etc.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/m-clark/visibly
BugReports: https://github.com/m-clark/visibly/issues
Year: 2020
Depends:
R (>= 3.6.0),
ggplot2
Imports:
dplyr,
magrittr,
purrr,
rlang,
tibble,
Suggests:
brms,
broom,
colorspace,
colortools,
covr,
glue,
GPArotation,
grDevices,
gridExtra,
httr,
jsonlite,
knitr,
lme4,
methods,
mgcv,
mnormt,
patchwork,
plotly,
psych,
rmarkdown,
scales,
scico,
svglite,
testthat,
tidyext,
tidyr,
Remotes:
m-clark/tidyext,
thomasp85/patchwork
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr