-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.14 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
Package: shinylego
Title: Shiny application for creating LEGO mosiacs
Version: 1.0
Authors@R: c(
person('Eric', 'Nantz', email = '[email protected]', role = c('cre', 'aut')),
person('Ryan', 'Timpe', role = c('ctb'))
)
Description: Shinylego encapsulates the workflow created by Ryan Timpe to create LEGO mosaics directly with R code based on a single image.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
DT,
attempt,
glue,
golem,
htmltools,
dplyr,
tidyr,
purrr,
jpeg,
readr,
ggplot2,
shinipsum (>= 0.0.0.9000),
magrittr,
magick,
bs4Dash,
fs,
shinyWidgets,
shinycustomloader,
pkgload,
rmarkdown,
shinyjs,
brickr,
gh,
colourpicker,
tippy (>= 1.0.0),
cicerone (>= 1.0.5.9000),
desc
URL: https://github.com/rpodcast/shinylego
BugReports: https://github.com/rpodcast/shinylego/issues
Suggests:
testthat,
rayshader,
rgl,
knitr
Roxygen: list(markdown = TRUE)
Remotes:
Thinkr-open/shinipsum,
JohnCoene/tippy,
JohnCoene/cicerone
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Depends:
R (>= 2.10)