search for: r44677

Displaying 4 results from an estimated 4 matches for "r44677".

2008 Mar 06
1
Argument "nomatch" matched by multiple actual arguments ... %in% -> match?!?
When I run R CMD check R.oo on R v2.7.0 devel (2008-03-04 r44677) on WinXP I get the following error while testing examples: Error in match(x, table, nomatch = 0) : formal argument "nomatch" matched by multiple actual arguments Calls: setMethodS3 -> setMethodS3.default -> %in% -> match Execution halted How is that even possible with: >...
2008 Apr 16
0
Don't understand error-message (from lattice, I think)
...upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGFontGetGlyphsForUnichars' instead. R version 2.7.0 Under development (unstable) (2008-03-04 r44677) i386-apple-darwin8.10.1 locale: en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] grid stats graphics grDevices utils datasets methods base other attached packages: [1] Hmisc_3.4-3 doBy_2.3 coda_0.13-1 gmodels_2.1...
2008 Apr 19
0
Problem with JGR_1.5-18
R version 2.7.0 Under development (unstable) (2008-03-04 r44677) i386-apple-darwin8.10.1 locale: C attached base packages: [1] grid grDevices datasets graphics stats utils methods base other attached packages: [1] lattice_0.17-6 MASS_7.2-41 JGR_1.5-18 iplots_1.1-2 JavaGD_0.5-1 rJava_0.5-1 The following opens a JavaGD window a...
2008 Mar 05
1
embedFonts() side-effect under 2.6.2 ?
I received the following as a Debain bug report (cf http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469560) To reproduce: 1) Run the following commands: filename <- 'test.pdf' pdf(filename) plot(1:10) dev.off() 2) Open test.pdf (I use Evince, but the same with Adobe Acrobat). Make sure there are ten hollow points in the plot. This is correct.