[R] ReporteRs R package installation issues in R.3.2.3 (Windows)

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Feb 22 09:45:04 CET 2016


I guess you are using a 64 bit version of R for Windows but you have 
only a 32-bit installation of Java. Please install a 64-bit Java.

Best,
Uwe Ligges


On 22.02.2016 09:35, Santosh wrote:
> Dear Rxperts..
>
> I tried to install ReporteRs package..in R.3.2.3 (Windows)
> Below are the error messages...
>
>> install.packages("ReporteRs",dep=T)
> trying URL '
> http://cran.cnr.berkeley.edu/bin/windows/contrib/3.2/ReporteRs_0.8.2.zip'
> Content type 'application/zip' length 947836 bytes (925 KB)
> downloaded 925 KB
>
> package ‘ReporteRs’ successfully unpacked and MD5 sums checked
>
> The downloaded binary packages are in
>          C:\Users\santosh\AppData\Local\Temp\RtmpMlGfvG\downloaded_packages
>
>> library(ReporteRs)
> Loading required package: ReporteRsjars
> Error : .onLoad failed in loadNamespace() for 'rJava', details:
>    call: fun(libname, pkgname)
>    error: No CurrentVersion entry in Software/JavaSoft registry! Try
> re-installing Java and make sure R and Java have matching architectures.
> Error: package ‘ReporteRsjars’ could not be loaded
>
> I tried to install ReporteRsJars..
>> install.packages("ReporteRsjars")
> trying URL '
> http://cran.cnr.berkeley.edu/bin/windows/contrib/3.2/ReporteRsjars_0.0.2.zip
> '
> Content type 'application/zip' length 5502826 bytes (5.2 MB)
> downloaded 5.2 MB
>
> package ‘ReporteRsjars’ successfully unpacked and MD5 sums checked
>
> The downloaded binary packages are in
>          C:\Users\santoshAppData\Local\Temp\RtmpMlGfvG\downloaded_packages
>>
>> library(ReporteRsjars)
> Error : .onLoad failed in loadNamespace() for 'rJava', details:
>    call: fun(libname, pkgname)
>    error: No CurrentVersion entry in Software/JavaSoft registry! Try
> re-installing Java and make sure R and Java have matching architectures.
> Error: package or namespace load failed for ‘ReporteRsjars’
>>
>
> rJava and and ReporteRsjars were having issues with loading even though
> there were shown as successfully installed.
>
> Would appreciate your help/solution/ideas in this regard..
>
> Thanks much,
> Santosh
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list