increased DataTools to most recent version 25.06.5
ReSources 25.06.3
Updates
fixed the nimble version to nimble 1.3.0 (#142, #150)
ReSources 25.06.2
Bug Fixes
use most recent DataTools version to fix a bug in the deployment of the app
fix an issue when adding a point to a boxplot
ReSources 25.06.1
New Features
One can now optionally add custom points:
to plots in the Model Diagnostics tab, or
to line plots in the Output Plots tab.
Bug Fixes
Fixed an issue when importing batch data using DataTools version 25.06.0 (#147).
ReSources 25.06.0
Bug Fixes
fixed an issue with nimble versions newer than 0.13.0, where different settings need to be applied to receive the previous behavior (#142)
ReSources 25.03.2
Updates
reduce package size by updating test data and including example files into the .Rbuildignore
skip large data tests in CI and add large test data to the .Rbuildignore
ReSources 25.03.1
Bug Fixes
fix the logic to update model inputs after editing model code or model inputs locally (#142)
update displayed help texts respectively to the new logic
ReSources 25.03.0
Bug Fixes
fix the update of user inputs after model import, ensuring that the input ‘Optimal objective prior’ is updated (#142)
ReSources 25.01.0
Updates
optionally edit model inputs before running the model (#139)
ReSources 24.12.0
New Features
optionally edit the model code before running the model (#139)
Updates
update to shinyTools 24.12.0 to integrate the new header
update links in the ReadMe file
Bug Fixes
fix issue with missing outText object after model run for some special case
ReSources 24.11.0
Bug Fixes
use shinyTools version 24.11.2 to fix issues with plotExport module (#136)
ReSources 24.10.1
New Features
adjust Rprofile
add pkgdown doc
add github action workflow for r cmd check
remove rgpt3 dependency
cleanup dockerfile & DESCRIPTION - renaming of mpiisoapp -> DSSM
ReSources 24.09.0
Bug Fixes
fix assue with the assignment of source names (#132)
remove warnings for deprecated functions from dplyr
fix old package name: MpiIsoApp -> DSSM
ReSources 24.08.2
New Features
Adds one-dimensional source mixture plot in addition to available 2- and 3dimensional ones
ReSources 24.08.1
Bug Fixes
fixes issue with missing labels in Prior Info and in User Estimates (#125)
ReSources 24.08.0
Updates
apply new faster version of model import from DataTools package
Bug Fixes
Result graphs: fix error when a covariate is selected in “Display by” (#126)
catch errors when plotting data and display as a popup message, prevents the app from crashing
ReSources 24.07.0
New Features
Result graphs: optionally select the smoothing method (default is “lm”) and the amount of smoothing when displaying line plots, now called “Smooth Line” (#54)
ReSources 24.05.4
New Features
Result graphs: default y range is now set to 0-100% for several estimate types (#120)
Bug Fixes
Result graphs: add missing default (empty) header to fix the crashing of the app when selecting an estimate type different than “Source contributions” (#121)
ReSources 24.05.3
New Features
Data input tables: new select input for the different tables in data input to signal (#54)
if during the copying of data the first row and/or column are included
if during the pasting of data the first row and/or column are included
ReSources 24.05.2
New Features
Result graphs:
new UI to format titles and axis labels which additionally enables to rotate the axis labels (#54)
Updates
Plot export:
apply export module from package ShinyTools for improved error handling