- Mensagem original -
From: Juli
A repercussão do boicote pode ser vista em http://www.pampa.alturl.com/noticias.htm
--- Forwarded message follows ---
Vamos repassar para todos os gaúchos. É hora de agir novamente.
BOICOTE AO CASSETA&PLANETA: PRESSÃO TOTAL NO CONGRESSO
25 de Setem
Thomas Stabla wrote:
>
> Hello,
>
> the last command (isGeneric) in following R-code (attached) produces
> different output, depending on wheter 1.8.0 alpha or 1.7.1 is used.
> Is that to be expected ?
This is a bug, but one that may be worth understanding.
In order to work properly with namesp
The problem seems to have been fixed with a change committed this
morning to the archive.
Martin Maechler wrote:
>
> > "Roger" == Roger D Peng <[EMAIL PROTECTED]>
> > on Sun, 28 Sep 2003 17:09:04 -0400 writes:
>
> Roger> I ran into a problem recently trying to update a
> Roge
> [EMAIL PROTECTED] wrote:
>
>
>>Problem: neither fg or bg
>>nor color work properly in dotchart.
>>
>>version: R-1.7.1 for windows
>>
>>code which shows the errors:
>>
>>x <-
>>
>
> matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
>
>>r")))
>>dotchart(x,fg="blue",
[EMAIL PROTECTED] wrote:
> Problem: neither fg or bg
> nor color work properly in dotchart.
>
> version: R-1.7.1 for windows
>
> code which shows the errors:
>
> x <-
> matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
> r")))
> dotchart(x,fg="blue",bg="lightgrey")
Problem: neither fg or bg
nor color work properly in dotchart.
version: R-1.7.1 for windows
code which shows the errors:
x <-
matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
r")))
dotchart(x,fg="blue",bg="lightgrey")
dotchart(x,color=c("red","blue"))
Dr Ian J Wil
> "Roger" == Roger D Peng <[EMAIL PROTECTED]>
> on Sun, 28 Sep 2003 17:09:04 -0400 writes:
Roger> I ran into a problem recently trying to update a
Roger> package which uses S4 methods using a recent beta of
Roger> R. I think I can reproduce it with a simple example.
Ro
Full_Name: Ben K.
Version: 1.7.1
OS: Win 2000
Submission from: (NULL) (208.243.20.222)
This C code doesn't crash:
void init(SEXP rho, int *o){
SEXP vars = findVar(install("vars"), rho);
}
It's called using:
vars<-as.data.frame(NULL)
vars$delta <-7
dyn.load("c_fns.dll")
print(