I need some advice on how to resolve a warning in a revision of my REBayes
package.
At the moment the package Depends on SparseM and Matrix and does some mildly
exotic
coercion like this:
A <- as(as.matrix.csc(A),"dgCMatrix")
that converts a SparseM csr matrix A into a SparseM csc matrix and t
(Moved to R-devel)
Niek,
Would you please provide the details on this test case, including your
benchmarks, and what you are trying to achieve at the high-level?
Thanks,
Michael
On Wed, Jun 17, 2015 at 4:55 AM, Niek Bouman wrote:
> Dear R-core team,
>
> I was wondering whether you have any
On Mon, Jun 22, 2015 at 9:49 AM, Michael Lawrence
wrote:
[...]
> Would you please provide the details on this test case, including your
> benchmarks, and what you are trying to achieve at the high-level?
You can also see http://rpubs.com/wch/17459
Linked from https://github.com/wch/R6/ and also f
Apart from speed, the most important advantage of R6 over ref classes
is that's it easy to subclass a class defined in package A in package
B. This is currently difficult with ref classes because of the way it
does scoping. (And I think it's difficult to fix without fundamentally
changing how ref c
At least on Ubuntu 12.4. and 14.4. FYI.
https://travis-ci.org/metacran/r-builder#L7003
Gabor
__
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel
Some maintainer-mode changes to the configure script went AWOL. Rerunning the
nightly build script seems to have cleared it up.
-pd
On 22 Jun 2015, at 16:32 , Gábor Csárdi wrote:
> At least on Ubuntu 12.4. and 14.4. FYI.
>
> https://travis-ci.org/metacran/r-builder#L7003
>
> Gabor
>
> _