-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.15 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
Package: drawer
Title: An Interactive HTML Image Editing Tool
Version: 0.2.0.99
Date: 2022-11-02
Authors@R: c(person(given = "Le", family = "Zhang", role = c("aut", "cre"), email = "lezhang100@gmail.com"))
Description: An interactive image editing tool that can be added as part of the HTML in Shiny,
R markdown or any type of HTML document. Often times, plots, photos are embedded
in the web application/file. 'drawer' can take screenshots of these image-like elements, or
any part of the HTML document and send to an image editing space called 'canvas' to allow users
immediately edit the screenshot(s) within the same document. Users can quickly
combine, compare different screenshots, upload their own images
and maybe make a scientific figure.
Depends:
R (>= 4.0.0)
Imports:
htmltools,
magrittr,
glue,
bsplus,
utils,
shiny,
stringr
Suggests:
testthat,
ggplot2
License: GPL (>= 3)
Encoding: UTF-8
BugReports: /~https://github.com/lz100/drawer/issues
URL: https://systempipe.org/sps/dev/drawer, /~https://github.com/lz100/drawer
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3