Re: [Rd] Passing R CMD Check without data

2007-05-21 Thread Seth Falcon
"Arjun Ravi Narayan" <[EMAIL PROTECTED]> writes: > I have a package which passes R CMD check with the --no-vignettes option. > However, it does not pass the check without that, as the vignette relies on > some data files that I cannot distribute. However, I would like the package > to pass the che

[Rd] Passing R CMD Check without data

2007-05-21 Thread Arjun Ravi Narayan
I have a package which passes R CMD check with the --no-vignettes option. However, it does not pass the check without that, as the vignette relies on some data files that I cannot distribute. However, I would like the package to pass the check so that I can put it on CRAN, so that other people with