-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.35 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: sfthemes
Title: An Accessible Set of Themes and Color Palettes Optimized
for Light/Dark Appearances, and Different Screen Sizes
Version: 0.2.0
Authors@R:
person(given = "Amir Masoud",
family = "Abdol",
role = c("aut", "cre"),
email = "i@amirmasoudabdol.name")
Maintainer: Amir Masoud Abdol <i@amirmasoudabdol.name>
Description: This is a pair of light and dark ggplot2 themes,
and a collection of color scales based on iOS, macOS and watchOS
system colors. Themes are inspired by the occasional appearances of
charts used by Apple within different contexts, e.g., Apple Health
app, Screen Time on iOS and macOS. And colors are adapted from iOS,
macOS, and watchOS system colors. Each color scale has a light and
dark variant as well that compliments the light/dark themes,
`scale_colour_ios_light()` and `scale_colour_ios_dark()` respectively.
License: MIT + file LICENSE
URL: https://sfthemes.amirmasoudabdol.name
BugReports: https://github.com/amirmasoudabdol/sfthemes/issues
Depends:
R (>= 3.4.0)
Imports:
extrafont,
ggplot2 (>= 3.3.0),
grDevices,
grid,
scales
Suggests:
dplyr,
gridExtra,
htmltools,
knitr,
rmarkdown,
svglite,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.1