-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
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'
Reactions are currently unavailable