simmer v3.1.1 released on CRAN
[This article was first published on FishyOperations, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Last week the latest version of simmer was released on CRAN: v3.1.1.
This version allows adding attributes to arrivals (and basing decisions on their values).
Also, the rollback
activity was introduced, enabling you to roll back a trajectory with n steps.
In addition, a new priority
param for the seize()
command was introduced. This allows ordering a resource queue based on the arrival’s seize priority.
Check the vignettes on simmer’s CRAN page to get started.
Overview
New features:
- Add attributes to arrivals and new
set_attribute
activity (#16). - New
rollback
activity (#17 and #22). - Add priorities to resources’ queue (#20).
Minor changes and fixes:
- Performance improvements with Boost (1b654fd).
- Fix arrivals’ timing issues (#24).
- Nicer object printing (#26).
- Return
self
visibly, instead of invisibly (#35). - Add
at
andfrom
convenience functions (29cccd2 and 7cfdd90). - Some work on vignettes (#29).
- Fix ggplot2 2.0.0 compatibility issues (#37).
To leave a comment for the author, please follow the link and comment on their blog: FishyOperations.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.