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
hello,i have the same problom and i use ' intall.packages('session')' but it failed because Package ‘session’ was removed from the CRAN repository. Finally i solve it by download the tar.gz and install it local. Here is the address of package 'session' https://cran.r-project.org/src/contrib/Archive/session/ . You can download it and then 'devtools::install_local('your file url')' to install it.
i can open 127.0.0.1, but can't import files.
Error : package or namespace load failed for ‘OpenStreetMap’:
loadNamespace()里算'rJava'时.onLoad失败了,详细内容:
调用: fun(libname, pkgname)
错误: JAVA_HOME cannot be determined from the Registry
此外: Warning messages:
1: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
不存在叫‘session’这个名字的程辑包
The text was updated successfully, but these errors were encountered: