Skip to content

Changelog

4.2.0 - December 2023

This update ships the latest RPGM Runtime with the new JS API for R and Python.

Changed

  • Updated all dependencies, and also plotly to 2.26.0.

Added

  • Javascript integration: custom files, functions and events.
  • Added headers=FALSE to rpgm.sendToClipboard to copy columns and rows headers for data frames.
  • Added rpgm.executeInPython(code) for R and rpgm.executeInR(code) for Python.
  • Added a new Advanced settings in the settings with an option to change the default temp folder.
  • Added two new help menu options to show the log folder and the devtools for debugging Javascript.
  • A critical error message is displayed client-side if the temp folder could not be created.

Fixed

  • Log files are more consistent and less subject to race condition.
  • Python dictionaries could not be correctly translated to R sometimes when using rpgm.sendToR().