Files
brickr/DESCRIPTION
2023-11-27 14:30:49 -05:00

59 lines
1.4 KiB
Plaintext

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 = "ryan.timpe@gmail.com")
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