Skip to content
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

provide hook for executing R code after .Rprofile execution #14572

Open
kevinushey opened this issue Apr 22, 2024 · 0 comments
Open

provide hook for executing R code after .Rprofile execution #14572

kevinushey opened this issue Apr 22, 2024 · 0 comments

Comments

@kevinushey
Copy link
Contributor

Similar to the rstudio.sessionInit hook, but something that runs a bit more eagerly. This is mainly for renv, as we cannot safely invoke base::readline() to prompt the user for input until we've finished initializing the R session. However, rstudio.sessionInit currently runs a bit too late.

@kevinushey kevinushey added enhancement new New incoming issues, ready for initial review. labels Apr 22, 2024
@kevinushey kevinushey added this to the Cranberry Hibiscus milestone Apr 22, 2024
@ronblum ronblum added renv and removed new New incoming issues, ready for initial review. labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants