-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.39 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
51
52
53
54
55
56
57
58
59
60
Package: tinyplot
Type: Package
Title: Lightweight Extension of the Base R Graphics System
Version: 0.2.1.99
Date: 2025-01-26
Authors@R:
c(
person(
given = "Grant",
family = "McDermott",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7883-8573")
),
person(
given = "Vincent",
family = "Arel-Bundock",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@vincentab")
),
person(
given = "Achim",
family = "Zeileis",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0918-3766")
),
person(
given = "Etienne",
family = "Bacher",
role = "ctb",
email = "[email protected]"
)
)
Description: Lightweight extension of the base R graphics system, with support
for automatic legends, facets, themes, and various other enhancements.
License: Apache License (>= 2)
Depends:
R (>= 4.0)
Imports:
graphics,
grDevices,
stats,
tools,
utils
Suggests:
altdoc (>= 0.4.0),
fontquiver,
png,
rsvg,
svglite,
tinytest,
tinysnapshot (>= 0.0.3),
knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://grantmcdermott.com/tinyplot/
BugReports: https://github.com/grantmcdermott/tinyplot/issues
Roxygen: list(markdown = TRUE)