-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 939 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
Package: ggcall
Type: Package
Title: Extract 'ggplot2' Layers Created Within a Function
Version: 0.3.3
Authors@R:
person(given = "Maciej",
family = "Nasinski",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Maciej Nasinski <[email protected]>
Description:
Enhance 'ggplot2' with the ability to extract the code used to create a 'ggplot2' object, even when it is generated within a function.
This feature aids in understanding, replicating, and modifying complex 'ggplot2' visualizations produced in functional workflows.
URL: https://github.com/Polkas/ggcall, https://polkas.github.io/ggcall/
BugReports: https://github.com/Polkas/ggcall/issues
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Depends:
ggplot2
Imports:
patchwork
Suggests:
usethis,
styler,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
Config/testthat/edition: 3