Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    After adding what you suggested-- export PATH="/Library/Frameworks/R.framework/Resources:$PATH" to my bash_profile, I can now successfully start R from the terminal. Commented Jun 12, 2017 at 19:01
  • @Cam_Aust: I have an R library (evently) which is installed here: /Library/Frameworks/R.framework/Resources. But I also have the same directory (evently) in /Documents folder which I got from github. Do you know how I can force R to run files from this local directory (/Documents)? Commented Mar 25, 2023 at 22:36
  • 1
    @mOna Other than 4 above, rewriting path to your documents folder, or making that folder your working directory in R. I have struggled with paths with a recent migration to a new laptop and currently not focused on such things, and consequently not so sure of my understandings. Others more into coding can likely answer better. If not, can I suggest contact the maintainer of the package (evently) which seems to be given in this doc link You will find a contact email address in this doc on github. Commented Mar 26, 2023 at 10:27