Updated news. Removed rayshader dependency

This commit is contained in:
ryantimpe
2020-03-10 17:00:20 -04:00
parent e103dc4514
commit 4c934e4e36
4 changed files with 16 additions and 5 deletions

View File

@@ -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'

16
NEWS.md
View File

@@ -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