greta-dev / greta

simple and scalable statistical modelling in R
https://greta-stats.org
Other
527 stars 63 forks source link

Add "restart R?" yesno option when running `install_greta_deps()` #523

Closed njtierney closed 1 month ago

njtierney commented 2 years ago
njtierney commented 1 month ago

Something like:

Would you like to restart R now: (yesno options)

with the restart R option, it could even have something that restarts R and runs library(greta)

.rs.restartR(afterRestartCommand = "library(greta)")
njtierney commented 1 month ago

Closed in #672