You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data queries now mimic the nomenclature used in the PLEXOS GUI. In particular
collections and property names are the same as the GUI and have changed from
previous versions of rplexos. Existing code might need to be tweaked.
The version of rplexos used to process a solution is stored in the database.
When a database is open, that version is checked against the installed
version of the package. Warnings are produced warnings if the differ.
The log file is now processed and some statistics (solve time,
infeasibilities, relative gap) are saved and can be queried (use the new
functions query_log and query_log_steps).
Better support of stochastic results. Sample results and statistics will be
returned in the queries. Use is_sample_stats to separate them.
Compatible with dplyr 0.3 and RSQLite 1.0. Both are required.