NEWS.md
    suggests fixes https://github.com/radiant-rstats/radiant/issues/153
polycor::hetcor to calculate measures of correlation between numeric and categorical variablespatchwork to combine multiple plotsshiny::runApp when starting radiant such as the port to use. For example, radiant::radiant(“https://github.com/radiant-rstats/docs/raw/gh-pages/examples/demo-dvd-rnd.state.rda”, port = 8080)Show R-code checkbox displays the R-code used to load or save the current datasetload_clip and save_clip to load and save data to the clipboard on Windows and macOSshiny::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.Estimate model buttons update when model input changes so the user know to re-estimate the modelupdate_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/”)