Changes in version 5.1.2 (2024-10-09) o small fixes for CRAN Changes in version 5.1.1 o fixed DESCRIPTION for CRAN Changes in version 5.1.0 o compatible with Simplace 5.1 o requires Java 17 or above (as Simplace 5.1 does) o small fixes in documentation o openProject acceps solution and project additionally as xml_document o openProject returns not only the java session, but a list including solution and project (full path or xml text) Changes in version 5.0.13 (2023-08-22) o fix in package documentation Changes in version 5.0.12 (2023-06-01) o initialisation with setting 'windir' uses the version from default program directories Changes in version 5.0.11 (2023-05-09) o revised all examples in documentation Changes in version 5.0.10 o changed documentation to comply with CRAN requirements Changes in version 5.0.9 o changed documentation and description to comply with CRAN requirements Changes in version 5.0.8 o changed error handling of openProject Changes in version 5.0.7 o initSimplace gives an error if InstallationDir does not contain required folders or jars o InstallationDir can point also to a folder containing lib subfolder with required simplace .jars o openProject gives an error if solution or error file does not exist o findSimplaceInstallation now checks more directories Changes in version 5.0.6 o expand CHARARRAYs too Changes in version 5.0.5 o restored R 4.0 compatibility (bugfix) Changes in version 5.0.4 o renamed initSimplaceQuick to initSimplaceDefault o Set correct workdir for setting "lapclient" Changes in version 5.0.3 o Bugfix: fixed regression when opening a project with a project file o createSimulation returns simulation id invisibly Changes in version 5.0.2 o parameter InstallationDir is now optional, tries to fetch it automatically o function initSimplaceQuick can be used for different settings without specifying directories o solution and project files can be given as a path relative to workdir o openProject returns the session invisibly Changes in version 5.0.1 o Added option "expand" in resultToDataframe to include array outputs o Added function to retrieve output datatypes o Attach units and datatypes as attributes to converted results Changes in version 5.0.0 o Compatible with Simplace 5.0 o Requires now Java >= 11.0 o Fixed compatibility issue with RStudio 2022.02.0 Changes in version 4.4.1 o Small bugfix Changes in version 4.4.0 o Compatible with Simplace 4.4 o Forward compatibility with upcoming Simplace 4.5 o OpenProject can override variables (Simplace version >= 4.5) o getResults - parameter simulationId optional (Simplace version >=4.5) Changes in version 4.3.5 o Fix for rebuilding vignette Changes in version 4.3.4 o Restored previous vignette mechanism as the locally created has not been included Changes in version 4.3.3 o Use vignette created locally to include outputs/graphs (corrected .Rbuildignore) Changes in version 4.3.2 o Use vignette created locally to include outputs/graphs Changes in version 4.3.1 o Refactored Simplace autodetection mechanism Changes in version 4.3.0 o Compatible with Simplace 4.3 o WorkDir and OutputDir are now optional parameters o Added function to autodetect Simplace installation Changes in version 4.2.4 o Bugfix to avoid deprecation warning Changes in version 4.2.3 o Possibilty to perform simulation step on all/specific queued simulations o Data and ProjectDir defaults to WorkDir, not to simplace server Changes in version 4.2.2 o createSimulation: set queue switch by default to FALSE Changes in version 4.2.1 o Bugfix: queue switch of createSimulation now works correct Changes in version 4.2 o Compatible with Simplace 4.2 o Added methods to set (and get) directories used by simplace Changes in version 4.1 o Compatible with Simplace 4.1 Changes in version 4.0 o Compatible with Simplace 4.0 o Same version number as Simplace version Changes in version 0.99 o Adds automatically all jars from simplace/lib to classpath o Package documentation created automatically via roxygen2 Changes in version 0.98 o Compatible with Simplace 3.3 Changes in version 0.97 o added setSimulationValues function Changes in version 0.96 o small bugfix in initSimplace function Changes in version 0.95 o Compatible with Simplace 3.2 o removed parameter updateresources from function runSimulations Changes in version 0.94 o Added force.init option to initSimplace Changes in version 0.93 o Compatible with Simplace 3.1 o Faster conversion of memory output to R objects Changes in version 0.92 o Added additional jars to the classpath o Get vector with the units of the result columns Changes in version 0.91 o Refactoring & cleanup of code Changes in version 0.90 o Compatible with Simplace V3.0 o initSimplace optionally accepts a list of additional classpaths o initSimplace optionally accepts parameters that are passed to the java virtual machine o setLogLevel to control the verbosity of the logging Changes in version 0.85 o Compatible with Simplace V2.2 Changes in version 0.8 o Compatible with Simplace V2.1 Changes in version 0.7 o Build for R 3.1.0 Changes in version 0.6 o Compatible with Simplace 2.0 Changes in version 0.5 o Updated documentation o Bugfix: Parsing Boolean values from the result Changes in version 0.4 o Updated vignette Changes in version 0.3 o Updated documentation o Returns the id of the created simulation Changes in version 0.2 o Version submitted initially to R-Forge Changes in version 0.1 o Just a proof of concept