-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.07 KB
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.07 KB
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
Package: polaroid
Title: Create Hex Stickers with 'shiny'
Version: 0.2.1
Authors@R:
person(given = "Jinhwan",
family = "Kim",
role = c("aut", "cre", "cph"),
email = "hwanistic@gmail.com")
Description: Create hexagonal shape sticker image.
'polaroid' can be used in user's web browser.
'polaroid' can be used in 'shinyapps.io'.
In both way, user can download created 'hexSticker' as 'PNG' image.
'polaroid' is built based on 'argonDash', 'colourpicker' and 'hexSticker' R package.
License: MIT + file LICENSE
URL: https://github.com/jhk0530/polaroid
BugReports: https://github.com/jhk0530/polaroid/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
shiny (>= 1.10.0)
Suggests:
testthat (>= 3.2.3),
knitr (>= 1.50),
rmarkdown (>= 2.29),
hexSticker (>= 0.4.9),
argonDash (>= 0.2.5),
argonR (>= 0.2.0),
colourpicker (>= 1.3.0),
magick (>= 2.8.6),
showtext (>= 0.9-7),
sysfonts (>= 0.8.9),
shinyjs (>= 2.1.0),
stringr (>= 1.5.1),
htmltools (>= 0.5.8.1)
Config/testthat/edition: 3