I generally run 'make; make check' (with more settings) when building the
Debian package. Running 3.2.4 rc from last night, I see a lot of package
loading issues during 'make check'. Here is splines as one examples:
checking package 'splines'
* using log directory '/build/r-base-3.2.3.20160303/
I dug into this a little further and discovered the problem. When my
package is for checking, it loads Matrix. In the R-devel version of
Matrix, as.vector is re-defined without mode specified
> as.vector
standardGeneric for "as.vector" defined from package "base"
function (x, mode)
standardGene
I just installed R-devel to check my package before submitting. I got an
error in my vignette in regards to as.vector. When I looked at the code
for as.vector in R-devel it is
standardGeneric for "as.vector" defined from package "base"
function (x, mode)
standardGeneric("as.vector")
Methods ma
Hi Dirk,
I've (re-)added a binary package to our drat repository. The PACKAGES file
was created so the problem is solved. I assume that the PACKAGES got
removed by mistake.
The problem remains however in case when we have no connection to the
network share (e.g. when working outside the office wi
Hi,
I have been experiencing a weird behavior when running R in Ubuntu terminal.
I don't know exactly what triggers the issue and could not find a 100%
reproducible way of getting it.
The problem is that sometimes (often after an error is thrown, or after
copy/paste of plain text from an editor),