ropensci / RNeXML

Implementing semantically rich NeXML I/O in R
https://docs.ropensci.org/RNeXML
Other
13 stars 9 forks source link

install_github error #70

Closed rvosa closed 10 years ago

rvosa commented 10 years ago

I get this, not sure how to proceed:

Error in setClass("Base", slots = c(xsi:type = "character")) : unused argument(s) (slots = c(xsi:type = "character")) Error : unable to load R code in package 'RNeXML' ERROR: lazy loading failed for package 'RNeXML'

cboettig commented 10 years ago

I'll take a look. Can you send me the output of sessionInfo()


Carl Boettiger http://carlboettiger.info

sent from mobile device; my apologies for any terseness or typos On May 9, 2014 6:42 AM, "Rutger Vos" notifications@github.com wrote:

I get this, not sure how to proceed:

Error in setClass("Base", slots = c(xsi:type = "character")) : unused argument(s) (slots = c(xsi:type = "character")) Error : unable to load R code in package 'RNeXML' ERROR: lazy loading failed for package 'RNeXML'

  • removing '/Library/Frameworks/R.framework/Versions/2.15/Resources/library/RNeXML'

— Reply to this email directly or view it on GitHubhttps://github.com/ropensci/RNeXML/issues/70 .

cboettig commented 10 years ago

Oh, you might also try upgrading to R >= 3.0. Haven't tested on 2.15 recently...


Carl Boettiger http://carlboettiger.info

sent from mobile device; my apologies for any terseness or typos On May 9, 2014 6:45 AM, "Carl Boettiger" cboettig@gmail.com wrote:

I'll take a look. Can you send me the output of sessionInfo()


Carl Boettiger http://carlboettiger.info

sent from mobile device; my apologies for any terseness or typos On May 9, 2014 6:42 AM, "Rutger Vos" notifications@github.com wrote:

I get this, not sure how to proceed:

Error in setClass("Base", slots = c(xsi:type = "character")) : unused argument(s) (slots = c(xsi:type = "character")) Error : unable to load R code in package 'RNeXML' ERROR: lazy loading failed for package 'RNeXML'

  • removing '/Library/Frameworks/R.framework/Versions/2.15/Resources/library/RNeXML'

— Reply to this email directly or view it on GitHubhttps://github.com/ropensci/RNeXML/issues/70 .

rvosa commented 10 years ago
> sessionInfo()
R version 2.15.2 (2012-10-26)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     
other attached packages:
[1] devtools_1.1 geiger_2.0.1 ape_3.0-8   
loaded via a namespace (and not attached):
 [1] MASS_7.3-23      RCurl_1.95-4.1   Rcpp_0.10.3      coda_0.16-1     
 [5] deSolve_1.10-4   digest_0.6.3     evaluate_0.5.1   grid_2.15.2     
 [9] httr_0.2         lattice_0.20-15  memoise_0.1      mvtnorm_0.9-9997
[13] nlme_3.1-108     parallel_2.15.2  stringr_0.6.2    subplex_1.1-3   
[17] tcltk_2.15.2     tools_2.15.2     whisker_0.1     
rvosa commented 10 years ago

Ok, I will upgrade to a less ancient version. Sorry about that. I will close this.