R-core
How are ya
+-+
| GET YOUR U|NIVERSITY DIP'LOMA
|
|
On 5/3/2006 9:32 PM, Gabor Grothendieck wrote:
> I guess there is no Windows binary for that version yet since I downloaded
> the most recent Windows binary off CRAN a minute before I tried it.
The build process that leads to the binaries on CRAN is fairly flaky.
When something goes wrong, it blo
I guess there is no Windows binary for that version yet since I downloaded
the most recent Windows binary off CRAN a minute before I tried it.
On 5/3/06, Roger Peng <[EMAIL PROTECTED]> wrote:
> This was fixed fairly recently in 2.3.0 patched. It works in SVN
> revision 37953.
>
> -roger
>
> Gabor
This was fixed fairly recently in 2.3.0 patched. It works in SVN
revision 37953.
-roger
Gabor Grothendieck wrote:
> I am moving this from r-help to r-devel.
>
> The poster pointed out to me that my solution works in 2.2.1 but not
> in 2.3.0 patched. Does anyone know what the problem is?
>
>
I am moving this from r-help to r-devel.
The poster pointed out to me that my solution works in 2.2.1 but not
in 2.3.0 patched. Does anyone know what the problem is?
> # 2.3.0 patched -- gives error
> DF <- data.frame(A = gl(2,2), B = gl(2,2), C = 1:4) # test data
> out.by <- by(DF, DF$A, funct
Hi, people. The documentation of abline says:
Usage:
abline(a, b, untf = FALSE, ...)
abline(h=, untf = FALSE, ...)
abline(v=, untf = FALSE, ...)
abline(coef=, untf = FALSE, ...)
abline(reg=, untf = FALSE, ...)
so suggesting that h= and v= usages are exclusive. There
On Wed, 03 May 2006 10:22:39 -0400
Duncan Murdoch <[EMAIL PROTECTED]> wrote:
> On 5/3/2006 10:14 AM, Sebastian Manz wrote:
> > Hi,
> >
> > we build this R package using C++ code and under linux it works
> > fine. After installing:
> > - R version 2.2.1
> > - minGW gcc version 3.4.2
> > - perl ver
Have you received a reply to this post? I haven't seen one.
> t9 <- 9:10
> class(t9) <- "Date"
> t9
[1] "1970-01-10" "1970-01-11"
> as.factor(t9)
[1] 9 10
Levels: 9 10
I confirmed what you got with a slightly different example:
> t9 <- 9:10
> class(t9) <- "Date"
> t9
On 5/3/2006 10:14 AM, Sebastian Manz wrote:
> Hi,
>
> we build this R package using C++ code and under linux it works fine.
> After installing:
> - R version 2.2.1
> - minGW gcc version 3.4.2
> - perl version 5.8.8
> it finally compiled under Windows as well. But, if we try to load the
> library,
Hi,
we build this R package using C++ code and under linux it works fine.
After installing:
- R version 2.2.1
- minGW gcc version 3.4.2
- perl version 5.8.8
it finally compiled under Windows as well. But, if we try to load the
library, R freezes without stressing the CPU.
Maybe someone had a simi
> "UweL" == Uwe Ligges <[EMAIL PROTECTED]>
> on Wed, 3 May 2006 08:39:33 +0200 (CEST) writes:
UweL> [EMAIL PROTECTED] wrote:
>> Full_Name: Guan-Hua Huang Version: 2.0.1 OS: Linux
>> Submission from: (NULL) (140.113.114.123)
>>
>>
>> I install the package clus
11 matches
Mail list logo