Changes in version 0.9.1 o added functions to format solution and project file o writes xml attributes in a consistent order when modifying solutions Changes in version 0.9.0 o fixed inconsistent graph colors Changes in version 0.8.9 o changed default graph colors and shapes o user can now set graph colors and shapes o method to create legends for graph components and links Changes in version 0.8.8 o Bugfix when reading values from online documentation Changes in version 0.8.7 o read and write parameter xml files o fetch, modify and add parameters to parameter file o get variables from resource o modify interface file o optionally fetch description when getting compontents Changes in version 0.8.6 o small fix - deal with malformed rule variables in output Changes in version 0.8.5 o added format parameter for creating output variables Changes in version 0.8.4 o changed signature of SimplaceCustomGuiApp function o updated documentation Changes in version 0.8.3 o added select input for simulation ids Changes in version 0.8.2 o custom app now runs projects too Changes in version 0.8.1 o improved shiny app o added table output to shiny app Changes in version 0.8.0 o includes a simple shiny app customizable by the user to iteractively change parameters and get instant plots Changes in version 0.7.0 o transformLayeredData can take now arbitrary separator o transformLayeredData now works on variable names that contain the separator multiple times Changes in version 0.6.9 o output filenames vector named by output ids o enhance functions to return penalty values when parameters outside boundaries Changes in version 0.6.8 o get output filenames o automatic facets for layered data plots o methods to fetch SimComponent list and SimVariabes documentation from Website Changes in version 0.6.7 o fixed creation of solution stubs from data o updated documentation Changes in version 0.6.6 o renamed functions for creating solution stubs from data o improved variable creation for code stubs Changes in version 0.6.5 o Create resource and interface stubs from CSV or XML file structure Changes in version 0.6.4 o removed resultToDataFrameExpanded as one can use resultToDataframe from simplace package o functions to add CSV outputs, change output type from memory to csv and vice versa Changes in version 0.6.3 o replacement of variables is more strict Changes in version 0.6.2 o small bugfix when creating solution outputs Changes in version 0.6.1 o improved vignette Changes in version 0.6.0 o first draft of a vignette Changes in version 0.5.2 o bugfix in shiny app when no standard installation dir found Changes in version 0.5.1 o function to add timing elements to a solution Changes in version 0.5.0 o function to create XML and Java code stubs from variables table Changes in version 0.4.4 o preserve DOCTYPE of sol.xml o units and description are optional for user variables Changes in version 0.4.3 o variable and input values can be arrays o bugfix in description modifications Changes in version 0.4.2 o modification are recorded in the description tag o added function to swap sim components Changes in version 0.4.1 o added functions to set input values of a solution Changes in version 0.4.0 o added functions to modify a solution Changes in version 0.3.5 o avoid errors during plots when switching output Changes in version 0.3.4 o include CSV outputs for display / plot (if files exist) Changes in version 0.3.3 o plot multiple simulation ids o check if layered values exist before layer plot Changes in version 0.3.2 o updated documentation Changes in version 0.3.1 o get correct neighbourhood for multiple components o option to take the union or intersection of neighbourhoods Changes in version 0.3.0 o multiple select of components for graphs o highlight selected components o fix filtering of links table Changes in version 0.2.2 o improvements and corrections to plot outputs from csv Changes in version 0.2.1 o use ggplot2 for plots o refactored code Changes in version 0.2.0 o add interfaces to component and link dataframes o optionally display components in graph o plot multiple variabel into one diagram o add help panel to shiny app Changes in version 0.1.2 o select date range for plots o plot array values as filled contour Changes in version 0.1.1 o use also array values from memory output Changes in version 0.1.0 o show plots of memory results o changed status to beta version Changes in version 0.0.6 o enhanced display of solution graphs (linking from and to panel) Changes in version 0.0.5 o display memory output also when running project o smaller bugfixes Changes in version 0.0.4 o create & run simulation when memory output exists o display memory output o filter graph by components o sortable, paged tables Changes in version 0.0.3 o set simplace folders and run simulations o display component and link table Changes in version 0.0.2 o add experimental shiny app Changes in version 0.0.1 o alpha version, proof of concept