Skip to content

rplexos 0.10

Compare
Choose a tag to compare
@eibanez eibanez released this 20 Oct 14:52
· 381 commits to master since this release

Enhancements

  • 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.