Skip to content

v0.2.8 (CRAN)

Latest

Choose a tag to compare

@RLumSK RLumSK released this 25 Aug 13:01

RLumShiny 0.2.8 (Release date: 2026-08-24)

This package version requires R >= 4.5!

  • Consolidated several pieces of code spread throughout the package into
    internal helper functions.

  • App abanico:

    • The computation of the y-axis limits no longer requires drawing the
      entire plot in a separate window.
    • Show the ui elements regarding the secondary dataset only when the
      corresponding data is present.
    • Fix crash occurring when the custom percentile range was a
      single-digit value (#110).
  • App doserecovery:

    • Show the ui elements regarding the secondary dataset only when the
      corresponding data is present.
  • App doseresponsecurve:

    • Add support to customise line type, width and colour of the
      dose-response curve.
    • Fix crash occurring when exporting a plot (#115).
  • App filter:

    • Add support for interactive mode via the plotly package.
  • App finitemixture:

    • Don’t allow the minimum and maximum number of components to
      coincide, as Luminescence doesn’t support specifying only one
      component.
  • App irsarRF:

    • Remove an error notification once the plot succeeds.
    • Remove spurious recalculations at startup.
  • App KDE:

    • Show the ui elements regarding the secondary dataset only when the
      corresponding data is present.
    • Allow specifying a subtitle.
  • App radialplot:

    • Show the ui elements regarding the secondary dataset only when the
      corresponding data is present.
  • App RCarb:

    • Add support to run selected records only. This way single records
      can be tested without modifying the table, i.e. deleting rows, which
      was the only option in the past. Selected records are run through
      the selection of rows in the table.
    • Adaptation for changes in the underlying function in 'RCarb' that
      will considerably boost the start of the app (requires 'RCarb' >=
      v0.1.8)
  • App sarCWOSL:

    • Remove incorrect merging of the object imported.
    • Set the maximum number of channels according to the input file,
      instead of capping it arbitrarily at 1000 (#99)
    • Add support for disabling the background integral subtraction.
    • Leave the plot title empty so that the one from
      analyse_SAR.CWOSL() is used by default.
    • Allow controlling the drawing of the rug in the dose response curve
      plot.
    • Add support for curve selection from the user interface.
    • Add support for BIN/BINX files.
    • Add support for choosing the fit mode (interpolation or
      extrapolation) and fit method (SSE, LIN, QDR, GOK, OTOR,
      etc) for the dose response curve.
    • Add button to analyze all curves.
    • Report the results obtained for each position selected in the
      Results and Highlights tabs.
    • Remove spurious recalculations at startup.

What's Changed

  • Revert "Merge the input XSYG files in the sarCWOSL app" by @mcol in #93
  • Various small updates by @mcol in #94
  • A few more updates by @mcol in #95
  • Add support for interactive mode in the filter app by @mcol in #96
  • Some small updates by @mcol in #97
  • Small improvements to the doserecovery app by @mcol in #98
  • enhancements in the sarCWOSL app by @mcol in #100
  • A few fixes in the sarCWOSL app by @mcol in #101
  • Initial curve selection code by @mcol in #102
  • Improve curve selection code in the sarCWOSL app by @mcol in #103
  • Add support for bin/binx files and fix printCode() by @mcol in #105
  • Qualify the calls to internal functions by @mcol in #106
  • Return results from the sarCWOSL app by @mcol in #107
  • Update r carb app by @RLumSK in #108
  • Improvements to the sarCWOSL app by @mcol in #109
  • Additions to the doseresponsecurve app and code consolidation by @mcol in #111
  • Fix crash when setting the percentile range in the abanico app by @mcol in #112
  • Register the input handler for the filter app by @mcol in #114
  • Fix plot export in the doseresponsecurve app by @mcol in #116
  • Various updates by @mcol in #117
  • Further fixes and improvements to the sarCWOSL app by @mcol in #118
  • Updates to sarCWOSL app by @mcol in #119

Full Changelog: v0.2.7...v0.2.8