-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
58 lines (58 loc) · 1.39 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
57
58
Package: brickr
Title: Emulate LEGO Bricks in 2D and 3D
Version: 0.3.6
Authors@R:
person(given = "Ryan",
family = "Timpe",
role = c("aut", "cre"),
email = "[email protected]")
Description:
Generate digital LEGO models using 'tidyverse' functions.
Convert image files into 2D and 3D LEGO mosaics, complete with piece counts and instructions.
Render 3D models using simple data frame instructions.
Developed under the LEGO Group's Fair Play policy <https://www.lego.com/en-us/legal/notices-and-policies/fair-play/>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0.2)
Imports:
ggplot2,
magrittr,
dplyr,
tidyr,
purrr,
scales,
farver,
colorspace,
rgl
Suggests:
knitr,
rmarkdown,
gridExtra,
png,
jpeg,
tibble,
raster,
stringr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/ryantimpe/brickr
BugReports: https://github.com/ryantimpe/brickr/issues
Collate:
'brickr.R'
'bricks-from-mosaic.R'
'bricks-from-tables.R'
'build-bricks-rgl.R'
'build-instructions.R'
'build-mosaic.R'
'build_mosaic_dots.R'
'collect-bricks.R'
'colors-and-themes.R'
'data.R'
'geom-brick-rect.R'
'geom_brick_dot.R'
'image-to-mosaic.R'
'image-to-prep-mosaic.R'
'piece-count.R'
'utils-pipe.R'
VignetteBuilder: knitr