Displaying 2 results from an estimated 2 matches for "r62077".
2013 Mar 03
1
Missing PROTECT in mkPRIMSXP ?
The Bioconductor build for a package DirichletMultinomial on
R Under development (unstable) (2013-02-26 r62077) -- "Unsuffered Consequences"
at
http://bioconductor.org/checkResults/devel/bioc-LATEST/DirichletMultinomial/george2-buildsrc.html
shows
* creating vignettes ... ERROR
...
Error: processing vignette ?DirichletMultinomial.Rnw? failed with diagnostics:
chunk 21 (label = ROC-dmngrou...
2013 Mar 21
1
missing space in R version specifier makes PACKAGES file unreadable by install.packages()
...)
Error in do.call(op, list(v_c, v_t[[op]])) :
could not find function "R (>=2.15.1)"
The problem can be fixed by adding a space after >= in the offending
package's DESCRIPTION file and re-generating the PACKAGES file with
tools:::write_PACKAGES().
However, this worked OK in r62077. I'm not sure if >=2.15.1 (without
the space) is valid syntax, but I wonder if R can be a bit more
forgiving, as this issue derailed our daily builds.
> sessionInfo()
R version 3.0.0 alpha (2013-03-18 r62312)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] C
attached base pack...