Dear list members, I have problem to load data of the library waveslim. After I load the library waveslim and tried to load data ibm data(ibm) Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `ibm.txt'' I also tried other data sets without success. It works for other libraries though. Any suggestions? Thanks. Zhu Wang Statistical Science Department Southern Methodist University 3225 Daniel Avenue, Heroy 123 Dallas, TX 75275 Tel: (214)768-2453 Fax: (214)768-4035 [[alternate HTML version deleted]]
zhu wang wrote:> > Dear list members, > > I have problem to load data of the library waveslim. > After I load the library waveslim and tried to load data ibm > > data(ibm) > Error in file(file, "r") : unable to open connection > In addition: Warning message: > cannot open file `ibm.txt' > > I also tried other data sets without success. It works for other > libraries though. > > Any suggestions? Thanks. > > Zhu WangThat's a bug in the package which occurs on Windows (only?). Thus CC to the package maintainer, Brandon Whitcher. A solution would be to present the files *either* as ASCII tables *or* as R code files. Uwe Ligges