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).
Related
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 on topics such as: Data science, Big Data, R jobs, visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more…
If you got this far, why not subscribe for updates from the site? Choose your flavor: e-mail, twitter, RSS, or facebook…
Source:: r-bloggers.com