-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.01 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
Package: ggfigdone
Title: Manage & Modify 'ggplot' Figures using 'ggfigdone'
Version: 0.1.3
Authors@R:
person("Wenjie", "SUN", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3100-2346"))
Description: When you prepare a presentation or a report, you often need to manage a large number of 'ggplot' figures. You need to change the figure size, modify the title, label, themes, etc. It is inconvenient to go back to the original code to make these changes. This package provides a simple way to manage 'ggplot' figures. You can easily add the figure to the database and update them later using CLI (command line interface) or GUI (graphical user interface).
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0.0)
Imports:
ggplot2,
httpuv,
httr,
readr,
jsonlite,
uuid,
filelock,
data.table,
methods
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0), knitr
BugReports: https://github.com/wenjie1991/ggfigdone/issues