-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "restart R?" yesno option when running install_greta_deps()
#523
Labels
Milestone
Comments
njtierney
added
Up Next
low hanging fruit
Issue is simple to implement.
impact-1
High impact issue
labels
Jul 24, 2024
Something like:
with the restart R option, it could even have something that restarts R and runs .rs.restartR(afterRestartCommand = "library(greta)") |
njtierney
added a commit
to njtierney/greta
that referenced
this issue
Aug 1, 2024
…deps()` to automatically restart R (greta-dev#523)
Closed in #672 |
github-project-automation
bot
moved this from In Progress
to Done
in {greta} CRAN 0.5.0 release
Aug 6, 2024
njtierney
added a commit
to njtierney/greta
that referenced
this issue
Aug 6, 2024
…greta-dev#523) * Added installation deps object, `greta_python_deps()` to help simplify specifying package versions (greta-dev#664) * removed `method` and `conda` arguments from `install_greta_deps()` as they were not used. * removed `manual` option in `install_greta_deps()` * added default 5 minute timer to installation processes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interactive()
returns TRUE (to avoid issues with scripting and restarting R without asking)restart = FALSE
option ininstall_greta_deps()
instead/in addition?The text was updated successfully, but these errors were encountered: