• Required 1.5.0 of all radiant packages to ensure users can access the new functionality added to other radiant packages
  • Required 1.4.4 of all radiant packages (1.4.6 for radiant.model) to ensure users can create screenshots of application settings in the shiny interface for all radiant modules
  • Documentation updates
  • Fix and improvements for launcher issue on windows, mac, and linux when not using Rstudio. Will pickup Quarto (Pandoc) if installed
  • Added launch option that only shows a URL. Convenient for VSCode to launch Radiant in an external browser
  • Using polycor::hetcor to calculate measures of correlation between numeric and categorical variables
  • Using patchwork to combine multiple plots
  • Documentation updates
  • Upgrade dependency to shiny 1.4.0
  • Improved handling of fractions in radiant.design, radiant.basics, and radiant.model
  • Improved button refresh code when relevant inputs are changed by the user
  • Numerous small code changes to support enhanced auto-completion, tooltips, and annotations in shinyAce 0.4.1
  • Remove rstudioapi, psych, and AlgDesign as a direct imports

Major changes

  • When using radiant with Rstudio Viewer or in an Rstudio Window, loading and saving data through Data > Manage generates R-code the user can add to Report > Rmd or Report > R. Clicking the Show R-code checkbox displays the R-code used to load or save the current dataset
  • Added load_clip and save_clip to load and save data to the clipboard on Windows and macOS
  • Various changes to the code to accommodate the use of shiny::makeReactiveBinding. The advantage is that the code generated for Report > Rmd and Report > R will no longer have to use r_data to store and access data. This means that code generated and used in the Radiant browser interface will be directly usable without the browser interface as well.
  • Improved auto completion in Report > Rmd and Report > R

Major changes

  • Estimate model buttons update when model input changes so the user know to re-estimate the model
  • Upload and download data using the Rstudio file browser. Allows using relative paths to files (e.g., data or images inside an Rstudio project)
  • Moved update_radiant function to a separate package. The new function is radiant.update::radiant.update() and can be installed using:

install.packages(“radiant.update”, repos = “https://radiant-rstats.github.io/minicran/”)

Minor changes

  • Addins option to start app in Rstudio window

Minor changes

  • Addins to launch in default browser or Rstudio viewer
  • Improved update_radiant function for Windows and Mac
  • Suppress package start-up messages
  • Show Rstudio project information in navbar if available
  • Option to start Radiant in Browser or Rstudio Viewer
  • Applied styler to code

Minor changes

  • Upgraded tidyr dependency to 0.7
  • Upgraded dplyr dependency to 0.7.1

Minor changes

Updated dependency requirements for radiant menus contained in packages radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate. See the NEWS.md files for those packages for additional information about changes.

Minor changes

  • Added a check to see if radiant::update_radiant() is running in Rstudio
  • Updated dependency requirements for radiant menus contained in packages radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate. See the NEWS.md files for those packages for additional information about changes.