Fixed cross-platform OxCal issues caused by inconsistent newline handling in remote xlsx resources.
ReSources 26.08.3
Updates
Removed rcmd-check for linux oldrel-2, tried to enable win and mac checks
ReSources 26.08.2
Bug Fixes
Fixed bug when clicking on “Generate Oxcal code” causing the app to stop
ReSources 26.08.1
Bug Fixes
Fixed Docker build failures caused by user and file-permission settings.
Improved Docker runtime support for non-root execution by aligning ownership/write permissions.
ReSources 26.08.0
Updates
Added Pandora::loadData() as the unified loader for remote OxCal resources (xlsx + txt)
Added an isActive hook so the OxCal module can avoid doing network/refresh work while its tab is inactive.
ReSources 26.07.1
Updates
Switched Docker base image to inwt/r-shiny:4.4.3 and added apt system dependencies needed by ReSources’ R package stack (e.g., rgl/graphics-related libs).
Added a safe_read_xlsx() helper to skip tests when remote xlsx sources can’t be read, and updated OxCal tests to use it.
Adjusted Jenkins Docker invocation to run the container as root during check.
ReSources 26.07.0
Bug Fixes
Fixed container build by adding httr2 and ellmer installation in Docker.
ReSources 26.04.1
Bug Fixes
Fixed an issue where the median line in boxplots could not be toggled (#154)
ReSources 26.04.0
Updates
Replaced normal/ellipse-based confidence intervals with HDI (1D) and KDE-based HDR (2D/3D) in sourceTargetPlot(). (#154)
Added HDI-based credible interval options to summary statistics and updated UI sliders to use percent inputs (converted via /100 in the server).
Expanded test coverage for prognosis plotting and result statistics; added developer notes and tooling configuration.
ReSources 25.07.0
Updates
One can now optionally add custom points to ‘BoxPlot’, ‘KernelDensity’ or ‘Histogram’ in the Output Plots tab.
Bug Fixes
Fixed an issue with custom points in the Model Diagnostics tab, where the points were not displayed correctly
ReSources 25.06.4
Updates
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