Skip to content

rv in home dir should also source ~/rv #202

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

Closed
dpastoor opened this issue Apr 5, 2025 · 0 comments · Fixed by #203
Closed

rv in home dir should also source ~/rv #202

dpastoor opened this issue Apr 5, 2025 · 0 comments · Fixed by #203
Assignees

Comments

@dpastoor
Copy link
Member

dpastoor commented Apr 5, 2025

currently, when using rv globally will get from an init'd project:

Error in file(filename, "r", encoding = encoding) :
  cannot open the connection
In addition: Warning message:
In file(filename, "r", encoding = encoding) :
  cannot open file 'rv/scripts/rvr.R': No such file or directory

we need to update the addition to the users .Rprofile to be

source("~/rv/scripts/rvr.R")
source("~/rv/scripts/activate.R")

instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants