You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: