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

session error #29

Open
junlei007 opened this issue Oct 25, 2022 · 1 comment
Open

session error #29

junlei007 opened this issue Oct 25, 2022 · 1 comment

Comments

@junlei007
Copy link

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’这个名字的程辑包

@Arisu-Hub
Copy link

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.

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