-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
44 lines (44 loc) · 1.54 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
Type: Package
Package: nestcolor
Title: Colors for NEST Graphs
Version: 0.1.2.9017
Date: 2024-10-29
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre")),
person("Emily", "de la Rua", , "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Clinical reporting figures require to use consistent colors
and configurations. As a part of the Roche open-source clinical
reporting project, namely the NEST project, the 'nestcolor' package
specifies the color code and default theme with specifying 'ggplot2'
theme parameters. Users can easily customize color and theme settings
before using the reset of NEST packages to ensure consistent settings
in both static and interactive output at the downstream.
License: Apache License 2.0
URL: https://insightsengineering.github.io/nestcolor/,
https://github.com/insightsengineering/nestcolor/
BugReports: https://github.com/insightsengineering/nestcolor/issues
Depends:
R (>= 3.6)
Imports:
checkmate (>= 2.1.0),
ggplot2 (>= 3.5.0),
lifecycle (>= 1.0.3)
Suggests:
knitr (>= 1.42),
rmarkdown (>= 2.19),
testthat (>= 3.0.4)
VignetteBuilder:
knitr,
rmarkdown
RdMacros:
lifecycle
Config/Needs/verdepcheck: mllg/checkmate, tidyverse/ggplot2,
r-lib/lifecycle, yihui/knitr, rstudio/rmarkdown, r-lib/testthat
Config/Needs/website: insightsengineering/nesttemplate
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2