Changelog
Source:NEWS.md
openmpp 0.0.2
CRAN release: 2026-02-20
New functionality has been added to allow users to specify their own custom connections to an OpenM++ OMS API (
use_OpenMpp_custom()). This change should make the package more flexible and extensible to support different types of connections and user authentication methods. A consequence of this change is the removal of theuse_OpenMpp_remote()function.New function (
get_run_table_acc_csv()) and new method ($get_table_acc()) for theOpenMppModelRunclass have been added to access output tables with accumulator values for a model run.