Hi John,
John Chambers wrote:
> Herve Pages wrote:
>> Hi,
>>
>> It doesn't seem that the dispatching algo is finding my coerce method
>> under
>> some circumstances.
>> Let's say I have 2 classes, A and AA and that AA is just a direct
>> extension
>> of A with no additional slots:
>>
>>setCl
I forgot to mention the BioConductor Windows build machine is running
Microsoft Windows Server 2003 R2
Enterprise Edition, SP2
I just checked and this same problem exists if I place R in the standard
"C:\Program Files\R" location on this machine.
For now the backup plan is to move to using short
Hi Deepayan,
Deepayan Sarkar wrote:
> On 4/9/08, Herve Pages <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> Let's create the xxx object just to avoid confusion even if it's not
>> necessary
>> for reproducing the problem below:
>>
>>xxx <- 8:3
>>
>> If I start typing this:
>>
>>max(xxx[
>>
>>
On 09/04/2008 5:23 PM, Patrick Aboyoun wrote:
> Something funky happened to my e-mail. I was trying to paste information
> related to MiKTeX and R into my message and it appears to have corrupted
> the text somehow. Anyway, the message I was trying to get across is that
> the tex file contains t
Herve Pages wrote:
> Hi,
>
> Let's create the xxx object just to avoid confusion even if it's not necessary
> for reproducing the problem below:
>
>xxx <- 8:3
>
> If I start typing this:
>
>max(xxx[
>
> and now try to autocomplete with , then I get the following error (and a
> warning):
>
On 4/9/08, Herve Pages <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Let's create the xxx object just to avoid confusion even if it's not
> necessary
> for reproducing the problem below:
>
>xxx <- 8:3
>
> If I start typing this:
>
>max(xxx[
>
> and now try to autocomplete with , then I get the
Herve Pages wrote:
> Hi,
>
> It doesn't seem that the dispatching algo is finding my coerce method under
> some circumstances.
> Let's say I have 2 classes, A and AA and that AA is just a direct extension
> of A with no additional slots:
>
>setClass("A", representation(ii="integer"))
>setCl
Hi,
Let's create the xxx object just to avoid confusion even if it's not necessary
for reproducing the problem below:
xxx <- 8:3
If I start typing this:
max(xxx[
and now try to autocomplete with , then I get the following error (and a
warning):
> max(xxx[Error in grep(sprintf("^%s",
Something funky happened to my e-mail. I was trying to paste information
related to MiKTeX and R into my message and it appears to have corrupted
the text somehow. Anyway, the message I was trying to get across is that
the tex file contains the path
\usepackage{E:/paboyoun/BBS-2~1.2-B/R/share/
In the process of updating R to R 2.7 alpha or R 2.7 beta for the
BioConductor 2.2 builds on Windows, I have hit a snag because the BioC
build system has long path names (e.g. D:\biocbld\bbs-2.2-bioc\R) and
these path names are not resolving properly by MiKTeX 2.7 during
vignette construction.
Hi,
It doesn't seem that the dispatching algo is finding my coerce method under
some circumstances.
Let's say I have 2 classes, A and AA and that AA is just a direct extension
of A with no additional slots:
setClass("A", representation(ii="integer"))
setClass("AA", contains="A")
I can defi
In the following code routine 'initaquaphy' is defined in Fortran,
and dynamically loaded into R.:
test.f:
subroutine initaquaphy(odeparms)
external odeparms
double precision pars(19)
common /myparms/pars
call odeparms(19, pars)
return
end
$ R CMD
On Thu, 3 Apr 2008, Andrew Piskorski wrote:
> On Wed, Apr 02, 2008 at 11:58:34AM -0500, Luke Tierney wrote:
>> Subject: Re: [Rd] callCC in 2.7.0
>
>> Some of us worked on something along these lines a while back in a
>> branch called R-uthreads, but the cost of converting to that
>> approach and t
13 matches
Mail list logo