This probably means you do not have Rtools installed, see here :
http://www.murdoch-sutherland.com/Rtools/installer.html
greetings,
Remko
--
View this message in context:
http://r.789695.n4.nabble.com/can-not-built-a-package-tp3023089p3023170.html
Sent from the R devel mailing list archive
Actually, I did install Rtools212.
On 2 November 2010 12:27, Remko Duursma wrote:
>
>
> This probably means you do not have Rtools installed, see here :
>
> http://www.murdoch-sutherland.com/Rtools/installer.html
>
>
>
> greetings,
> Remko
> --
> View this message in context:
> http://r.789695.n
Hello all,
I don't know if it is possible, but I would like to use do.call in C code in
my package. The function do.call is defined as
> do.call
function (what, args, quote = FALSE, envir = parent.frame())
{
if (!is.list(args))
stop("second argument must be a list")
if (quote) {
On 10/18/2010 03:03 AM, Peter Dalgaard wrote:
> On 10/18/2010 02:39 AM, Radford Neal wrote:
>> Regarding Tengfei Yin's post about an error trying to install
>> "cluster" in 2.13.0, I have gotten an error with this package when
>> trying to install the released version of 2.12.0. Here is the output
This thread pointed out that the "plain vanilla" library for linear algebra
outperformed
the fancy ones for the original poster -- and he had mentioned this, but still
got "you
ought to " advice that was inappropriate and ignored his stated experience.
I've been surprised sometimes myself wi
On Tue, 2010-11-02 at 11:28 -0400, Christophe Dutang wrote:
> Hello all,
>
> I don't know if it is possible, but I would like to use do.call in C code in
> my package. The function do.call is defined as
> > do.call
> function (what, args, quote = FALSE, envir = parent.frame())
> {
> if (!is.li
On 02/11/2010 11:28 AM, Christophe Dutang wrote:
Hello all,
I don't know if it is possible, but I would like to use do.call in C code in
my package. The function do.call is defined as
> do.call
function (what, args, quote = FALSE, envir = parent.frame())
{
if (!is.list(args))
stop
On 2 Nov 2010, at 19:33, Prof. John C Nash wrote:
> Ultimately we need good performance benchmarks. They are difficult to set up
> properly and
> tedious to run. Maybe a good subject for a Google Summer of Code project for
> next year or
> some undergraduate projects.
Seconded and thirded!
St
In Section 'Package subdirectories' of 'Writing R Extensions', it
says about the inst/ directory that:
"The contents of the inst subdirectory will be copied recursively to
the installation directory (except perhaps hidden files with names
starting with ‘.’)."
Indeed, on Windows with R v2.12.0 pa