Files
brickr/DESCRIPTION
2020-03-06 18:24:55 -05:00

59 lines
1.3 KiB
Plaintext

Package: brickr
Title: Tools to emulate the LEGO® System in R
Version: 0.2.9.9002
Authors@R:
person(given = "Ryan",
family = "Timpe",
role = c("aut", "cre"),
email = "ryan.timpe@gmail.com")
Description:
Generate digital LEGO-esque models using tidyverse functions. Convert image files into 2D and 3D mosaics, along with piece counts and instructions.
Build 3D models using data frames with rgl.
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:
rayshader,
knitr,
rmarkdown,
gridExtra,
png,
jpeg,
tibble,
raster,
rgdal,
stringr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
URL: https://github.com/ryantimpe/brickr
BugReports: https://github.com/ryantimpe/brickr/issues
Collate:
'brickr.R'
'bricks-from-mosaic.R'
'bricks-from-rayshader.R'
'bricks-from-tables.R'
'build-bricks.R'
'build-bricks-rgl.R'
'build-instructions.R'
'build-mosaic.R'
'collect-bricks.R'
'colors-and-themes.R'
'data.R'
'geom-brick-rect.R'
'image-to-mosaic.R'
'image-to-prep-mosaic.R'
'piece-count.R'
'utils-pipe.R'
VignetteBuilder: knitr