We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running edit_r_environ() returns the following message:
edit_r_environ()
> usethis::edit_r_environ() • Modify '/Users/colinfay/.Renviron' • Restart R for changes to take effect
The message suggests that the user should restart R, but there is also the readRenviron() function, which is design to, well, read the .Renviron file.
readRenviron()
I wonder if the message of edit_r_environ() could be
> usethis::edit_r_environ() • Modify '/Users/colinfay/.Renviron' • Restart R for changes to take effect • You can also source the file with readRenviron('/Users/colinfay/.Renviron')
Happy to draft a PR
Colin
The text was updated successfully, but these errors were encountered:
If we could this we should also recommend source() after edit_r_profile(). And in both case, need to make sure that the code link is clickable.
source()
edit_r_profile()
A PR would definitely be appreciated 😄
Sorry, something went wrong.
I think it's always a good idea to encourage people to restart R 😄
I'm sticking by the advice that the best move after editing these startup files is to restart R.
No branches or pull requests
Running
edit_r_environ()
returns the following message:The message suggests that the user should restart R, but there is also the
readRenviron()
function, which is design to, well, read the .Renviron file.I wonder if the message of
edit_r_environ()
could beHappy to draft a PR
Colin
The text was updated successfully, but these errors were encountered: