radiant-rstats / radiant

Business analytics using R and Shiny. The radiant app combines the menus from radiant.data, radiant.design, radiant.basics, radiant.model, and radiant.multivariate.
https://radiant-rstats.github.io/docs/
Other
457 stars 132 forks source link

error ; report was not evaluated #166

Closed a2akakao closed 3 years ago

a2akakao commented 3 years ago

Hello! I have an error as you can see in the picture. How can I fix it?? Did I set something wrong?? radiant error ?

vnijs commented 3 years ago

This is not error. Rather, it is a built-in feature to limit the risk that malicious users can run R code in a unprotected environment. You need to add the below to the .Rprofile file on your system. See the page below for more information about options you can set Radiant.

options(radiant.report = TRUE)

https://radiant-rstats.github.io/docs/data/report_rmd.html

You will need to restart Radiant before it will pickup the changes in .Rprofile. Feel free to reopen the issue if you have difficulty get the reporting feature to run.

On a related note, I recommend running Radiant from the Addins menu in Rstudio (server) if available.