mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-02-05 05:28:40 -06:00
62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
Package: brickr
|
|
Title: Tools to emulate the LEGO® System in R
|
|
Version: 0.2.0
|
|
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. Create brick bar charts with ggplot2.
|
|
License: GPL-3
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
Depends: R (>= 3.0.2), ggplot2
|
|
Imports:
|
|
magrittr,
|
|
dplyr,
|
|
tidyr,
|
|
purrr,
|
|
ggplot2,
|
|
scales,
|
|
farver,
|
|
colorspace
|
|
Suggests:
|
|
rayshader,
|
|
knitr,
|
|
rmarkdown,
|
|
gridExtra,
|
|
png,
|
|
jpeg,
|
|
tibble,
|
|
raster,
|
|
rgdal,
|
|
stringr
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 6.1.1
|
|
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'
|
|
'coord-brick.R'
|
|
'draw-key.R'
|
|
'geom-brick-col.R'
|
|
'geom-brick-rect.R'
|
|
'image-to-mosaic.R'
|
|
'image-to-prep-mosaic.R'
|
|
'piece-count.R'
|
|
'scale-brick.R'
|
|
'theme-brick.R'
|
|
'utils-pipe.R'
|
|
VignetteBuilder: knitr
|