search for: c20oat

Displaying 1 result from an estimated 1 matches for "c20oat".

Did you mean: c20oats
2004 Apr 23
1
Weirdness with choose.files on Microsoft Windows (PR#6818)
...fter a filename that has capital letters and numbers has been chosen. Sounds crazy and I'd like to know more, but choose.files is mostly .Internal code. First, create two CSV files. library(nlme) data(Oats) write.table(Oats,"c:/oats.csv",sep=",") write.table(Oats,"c:/C20oats.csv",sep=",") Quit R and restart. Follow the steps below. Select oats.csv the first 4 times, then select C20oats.csv and then select oats.csv . Notice how the filename is corrupted the final time. test <- function(){ cat("press ENTER for a gui file selector\n&quo...