R Integration
Dinesh,
Im getting this error when i try to install the package and loading.
> install.packages("D:/Amos/Application/R/rHpcc_1.0.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/rHpcc_1.0.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘rHpcc’ successfully unpacked and MD5 sums checked
> install.packages("D:/Amos/Application/R/RCurl_1.95-4.1.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/RCurl_1.95-4.1.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘RCurl’ successfully unpacked and MD5 sums checked
> install.packages("D:/Amos/Application/R/XML_3.96-1.1.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/XML_3.96-1.1.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘XML’ successfully unpacked and MD5 sums checked
> library("rHpcc", lib.loc="C:/Program Files/R/R-2.14.1/library")
Loading required package: RCurl
Loading required package: bitops
Error in eval(expr, envir, enclos) :
could not find function ".getNamespace"
In addition: Warning messages:
1: package ‘rHpcc’ was built under R version 2.14.2
2: package ‘RCurl’ was built under R version 2.14.2
3: package ‘bitops’ was built under R version 3.0.0
Error : unable to load R code in package ‘bitops’
Error: package ‘bitops’ could not be loaded
Im getting this error when i try to install the package and loading.
> install.packages("D:/Amos/Application/R/rHpcc_1.0.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/rHpcc_1.0.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘rHpcc’ successfully unpacked and MD5 sums checked
> install.packages("D:/Amos/Application/R/RCurl_1.95-4.1.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/RCurl_1.95-4.1.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘RCurl’ successfully unpacked and MD5 sums checked
> install.packages("D:/Amos/Application/R/XML_3.96-1.1.zip", repos = NULL)
Warning in install.packages :
package ‘D:/Amos/Application/R/XML_3.96-1.1.zip’ is not available (for R version 2.14.1)
Installing package(s) into ‘C:/Program Files/R/R-2.14.1/library’
(as ‘lib’ is unspecified)
package ‘XML’ successfully unpacked and MD5 sums checked
> library("rHpcc", lib.loc="C:/Program Files/R/R-2.14.1/library")
Loading required package: RCurl
Loading required package: bitops
Error in eval(expr, envir, enclos) :
could not find function ".getNamespace"
In addition: Warning messages:
1: package ‘rHpcc’ was built under R version 2.14.2
2: package ‘RCurl’ was built under R version 2.14.2
3: package ‘bitops’ was built under R version 3.0.0
Error : unable to load R code in package ‘bitops’
Error: package ‘bitops’ could not be loaded
- gnanasinghamos
- Posts: 10
- Joined: Tue Jul 23, 2013 7:01 am
I think you are having version related issues here. You have RCurl and rHpcc which were built under R version 2.14.2 and package bitops built under R version 3.0. I am not really sure how to resolve this error unless you have everything built under one version (R version 2.14.2).
I will test the rHpcc code for version 3.0 and let you know the results.
I will test the rHpcc code for version 3.0 and let you know the results.
- Dinesh_S
- Posts: 4
- Joined: Tue Mar 19, 2013 6:02 pm
I just successfully install rHpcc in R version 3.0.2.
- tlhumphrey2
- Posts: 260
- Joined: Mon May 07, 2012 6:23 pm
13 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest