-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error in loadNamespace(Name) : There is No Package Called 'here' | Credibly Curious #46
Comments
Thanks to you for this post. |
No worries! |
Nick, I'm getting this error when attempting to knit an RMarkdown file. If I run |
I can add that I am able to execute I am running Mac OS 14.6 with R 4.0.4 and RStudio 1.4.1106. |
Hi @leahymr - that sounds a bit tricky, do you have an example I could look at on github, or elsewhere? Happy to take a look and see if I can help. |
@njtierney , I have posted my code at github.com:leahymr/papaja-problems.git. Since I can render("Default.Rmd") but knitting Default.Rmd fails, it must be a difference in the knit environment. Are there some other commands that I should try to find differences? Oh, I have the following commands in my .Rprofile file: and my .Renviron file: Thanks. |
@njtierney, I found my problem. As soon as I commented out the Having a
Perhaps this note will help others who get the Error in loadNamespace(name) and the other explanations don't fit. |
@leahymr I'm so happy to hear you've solved the issue! Thank you for documenting it, and sorry I didn't get back to you sooner. |
For the record, the correct way to do what I was trying to do (add a site directory to the library search path) would be to put the string My problem was I overwrote the For full details, see |
install.packages("here") |
Error in loadNamespace(Name) : There is No Package Called 'here' | Credibly Curious
https://www.njtierney.com/post/2020/05/29/there-is-no-pkg/
The text was updated successfully, but these errors were encountered: