-
Notifications
You must be signed in to change notification settings - Fork 175
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 when install packages that loading dbplyr as the dependency #619
Comments
Resolved by manually install the package "Matrix" |
I'm having the same issue as mentioned above and wasn't able to solve this by installing and loading dbplyr and Matrix in advance. Do you have any suggestions on how to work around this?
|
I will affirm that this issue still occurs when using version 2.1.1.
|
I found a solution for this error, I got this error when I install R package |
@Gbighe what do you mean by
I am encountering the same issue now when using |
Hey , I have been searching everywhere and I think you are one of the few people who found a solution to this issue, however I do not understand what you mean by |
I am trying to solve this problem too. I think it is related to monocle3 as @Gbighe suggested but I still don't understand what he means by ' setting as auto-library' |
To set dbplyr as an auto-loaded package in R, you can add it to your .Rprofile file. The .Rprofile file is a script that is automatically executed when you start an R session. Here's how you can do it: Locate or create your .Rprofile file. The file is typically located in your home directory. If you can't find it, you can create a new one by running the following command in R: file.edit("~/.Rprofile") Once you have the .Rprofile file open, add the following line to it:
Save the file and close it. |
Hi, Please find the method I used above. If you are using RStudio Server, the steps may vary. :-) |
Hi, Please find the method I used above. If you are using RStudio Server, the steps may vary. :-) |
@Gbighe Thank you for the solution. it is a very good method. |
@Gbighe suprisingly, your method works. But... wtf?? |
Thanks @Gbighe, your solution worked! 😀 |
@Gbighe Thanks so much. I almost went mad these days. |
Mine problem solved too, this is so exciting.
|
I encountered a weird bug while installing packages with
dbplyr
as a dependencyExample 1: Tune package
install.packages("tune")
Example 2: glmnet package
install.packages("glmnet")
dbplyr
itself can be installed with no errorDo you have any thoughts that what may cause this error? Thank you!
SessionInfo
The text was updated successfully, but these errors were encountered: