diff --git a/DESCRIPTION b/DESCRIPTION index 73eeeee..b927d7f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: brickr Title: Tools to emulate the LEGO® System in R -Version: 0.2.9.9103 +Version: 0.2.9.9111 Authors@R: person(given = "Ryan", family = "Timpe", @@ -24,7 +24,6 @@ Imports: colorspace, rgl Suggests: - rayshader, knitr, rmarkdown, gridExtra, @@ -41,9 +40,7 @@ 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' diff --git a/NEWS.md b/NEWS.md index 4a6fe07..6cff7fe 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,18 @@ -# Current dev version +# Current version + +##brickr 0.3.0 - a.k.a. [Pirate ship]() + +## 3D Models + +* Optional new coordinate system to allow for varying piece shape and 1-height plates & pieces. (Most bricks are 3-height) + +* New shapes! Plates, cheese slopes, round 1x1 bricks, conical 1x1 bricks. + +## ggplot Extension + +* Removed from brickr. Will be rewritten as its own package. + +---- ##brickr 0.2.0.9003 diff --git a/R/bricks-from-rayshader.R b/R_experiments/bricks-from-rayshader.R similarity index 100% rename from R/bricks-from-rayshader.R rename to R_experiments/bricks-from-rayshader.R diff --git a/R/build-bricks.R b/R_experiments/build-bricks.R similarity index 100% rename from R/build-bricks.R rename to R_experiments/build-bricks.R