We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original issue created by Fabien Viale on 06, May 2015 at 18:09 PM - PRC-49
The issue is somehow complex.
Some info can be found here :
http://stackoverflow.com/questions/7019912/using-the-rjava-package-on-win7-64-bit-with-r
On Windows 8 64 bits, with R 64 bits, I had the following error message during the build. Adding jvm.dll to windows path fixed the issue :
installing *source* package 'PARConnector' ... ** R ** inst ** preparing package for lazy loading Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: impossible de charger l'objet partage 'C:/Users/fviale/Documents/R/win-library/3.1/rJava/libs/x64/rJava.dll': LoadLibrary failure: Le module specifie est introuvable. Error : package 'rJava' could not be loaded ERROR: lazy loading failed for package 'PARConnector' * removing 'C:/Users/fviale/IdeaProjects/r_connector/par-connector/build/r-pkg-src.Rcheck/PARConnector'
The text was updated successfully, but these errors were encountered:
fviale
No branches or pull requests
Original issue created by Fabien Viale on 06, May 2015 at 18:09 PM - PRC-49
The issue is somehow complex.
Some info can be found here :
http://stackoverflow.com/questions/7019912/using-the-rjava-package-on-win7-64-bit-with-r
On Windows 8 64 bits, with R 64 bits, I had the following error message during the build. Adding jvm.dll to windows path fixed the issue :
The text was updated successfully, but these errors were encountered: