Antje <niederlein-rstat <at> yahoo.de> writes:

> 
> Hello,
> 

Thanks, that's a bug with the gtable code in gWidgetstcltk. I'll try to get a
fix out soon. (I'm surprised you didn't also point out the odd column sizes in
the first example.) In general gWidgetstcltk has not seen much testing, so feel
free to email directly if you find such oddities.

> I wanted to display a table with only one column and I had some problems, so 
> I 
> tried a very simple example and still got problems. Can anybody tell me 
> what's 
> wrong with the second table?
> 
> # that looks nice
> m <- getCRANmirrors()[,c(1,4)]
> gtable(m, cont = TRUE)
> 
> # that looks weird, not showing the data but the rownames
> mm <- data.frame(m[,1])
> colnames(mm) <- "Name"
> gtable(mm, cont = TRUE)
> 
> Thanks a lot for any help!
> 
> Antje
>

_______________________________________________
R-SIG-GUI mailing list
R-SIG-GUI@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-gui

Reply via email to