Skip to content
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

Failed to download #3

Open
NorahCSJZ opened this issue May 7, 2020 · 1 comment
Open

Failed to download #3

NorahCSJZ opened this issue May 7, 2020 · 1 comment

Comments

@NorahCSJZ
Copy link

when i use your instruction , i find these errors when download the packages using R
Error (main.R#8): Failed to install 'baidugeo' from GitHub:
C symbol name "rs_canBuildCpp" not in load table
Here are my codes:
install.packages('devtools')
library(devtools)
install_github("ChrisMuir/baidugeo", force=TRUE)
library(baidugeo)

I wonder why they happened.THX

@ChrisMuir
Copy link
Owner

Hello, sorry you're having this issue. I had to google around for rs_canBuildCpp, as I've never seen that issue. Couple of things:

  • Which step is the error coming from?

  • Can you post the output of .Call("rs_canBuildCpp")

  • Can you post the output of devtools::session_info()

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

No branches or pull requests

2 participants