[R] Getting data loaded

2004-08-18 Thread Jim Lemon
Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the command library(concord). I had assumed that the lines in install.R would correspond to the commands to load data in R, e.g.

Re: [R] Getting data loaded

2004-08-18 Thread Roger D. Peng
I think you should load data in a .First.lib() function, or if you have a namespace, in a .onLoad() function. -roger Jim Lemon wrote: Hi, I have been informed of a bug in the concord package, in that the data files containing the tabulated critical values for Kendall's W are not loaded on the