On Sun, 14 May 2006, Seth Falcon wrote:
> Martin Morgan <[EMAIL PROTECTED]> writes:
>
>> bindingIsLocked applied to a locked binding returns a 'logical' that
>> is niether true nor false.
>
> Is this a philosophical question? :-)
But there is such a value defined for R logical vectors.
> Here's
on fedora core 5, you'll need to install the mysql-devel package.
the "mysql.h" header is in /usr/include/mysql/ .
So you need:
export PKG_CPPFLAGS="-I/usr/include/mysql"
export PKG_LIBS="-L/usr/lib64/mysql -lmysqlclient"
Juan Santiago Ramseyer wrote:
> in download and automatic install the RMySQ
Dear R developers,
We have a big SGI Origin computation server with 32 cpu's and 64 Gb of
RAM. In R 2.0.0 we could run large jobs, allocating 8 Gb of RAM was not
a problem, for example by running:
> v1 <- seq(1,2^29)
> v2 <- seq(1,2^29)
> v3 <- seq(1,2^29)
> v4 <- seq(1,2^29)
This yields a
On Mon, 15 May 2006, [EMAIL PROTECTED] wrote:
> Dear R developers,
>
> We have a big SGI Origin computation server with 32 cpu's and 64 Gb of
> RAM. In R 2.0.0 we could run large jobs, allocating 8 Gb of RAM was not
> a problem, for example by running:
> > v1 <- seq(1,2^29)
> > v2 <- seq(1,2^29)
On Mon, 15 May 2006, [EMAIL PROTECTED] wrote:
> Dear R developers,
>
> We have a big SGI Origin computation server with 32 cpu's and 64 Gb of
> RAM. In R 2.0.0 we could run large jobs, allocating 8 Gb of RAM was not
> a problem, for example by running:
> > v1 <- seq(1,2^29)
> > v2 <- seq(1,2^29)
(Your reply to R-bugs started a new report, so I am aiming to re-file it.)
On Mon, 15 May 2006, Thomas Lumley wrote:
> On Mon, 15 May 2006, [EMAIL PROTECTED] wrote:
>
>> Dear R developers,
>>
>> We have a big SGI Origin computation server with 32 cpu's and 64 Gb of
>> RAM. In R 2.0.0 we could run
Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> On Sun, 14 May 2006, Seth Falcon wrote:
>> I wonder if ScalarLogical should force 0/1:
>
> Not a good idea: what about the third value, NA?
Indeed, I should have been sleeping (or perhaps I was already :-)
Is it enough to check for NA_LOGICAL or sh
On Mon, 15 May 2006, Seth Falcon wrote:
> Prof Brian Ripley <[EMAIL PROTECTED]> writes:
>
>> On Sun, 14 May 2006, Seth Falcon wrote:
>>> I wonder if ScalarLogical should force 0/1:
>>
>> Not a good idea: what about the third value, NA?
>
> Indeed, I should have been sleeping (or perhaps I was alre
Prof Brian Ripley wrote on Mon, May 15, 2006 at 04:09:38PM +0100:
> >You can tell if you have a 64bit build of R by looking at
> >.Machine$sizeof.pointer in R, which should be 8.
>
> And if this is a 32-bit build, it is working as expected given the limited
> address space.
It is a 32 bit build.
Prof Brian Ripley <[EMAIL PROTECTED]> writes:
> On Mon, 15 May 2006, Seth Falcon wrote:
>> Is it enough to check for NA_LOGICAL or should all NA_* values be
>> checked for? Is there an easier/better way to do this sort of check?
>
> NA_LOGICAL and NA_INTEGER are the same value, and only NA_LOGICA
Hi, people. Executing the following command:
hist(rpois(100,5), labels=TRUE)
yields a graphic in which some labels are truncated (on an X11 device).
The truncated labels are those over the highest bars. The hist function
should ideally manage enough room for the labels, automatically.
(Speci
Methods for generics created in '\example{}' sections of Rd files are
not entirely removed at the end of the example. This is because the
methods package caches these (in the environment returned by
getGeneric("initialize"), for the example below) as well as storing
their definition in the global e
On 5/15/2006 7:35 PM, [EMAIL PROTECTED] wrote:
> Hi, people. Executing the following command:
>
>hist(rpois(100,5), labels=TRUE)
>
> yields a graphic in which some labels are truncated (on an X11 device).
> The truncated labels are those over the highest bars. The hist function
> should ide
13 matches
Mail list logo