> Roger's other one is the best one: use pre-2.0.0 and have > Depends: marrayClasses in your DESCRIPTION file. > > Having require(marrayClasses) in install.R in your package may work, > although you may need it in R_PROFILE.R as well.
Adding require(marrayClasses) to install.R stops the error appearing when loading the package, but now I get the error when installing the package. If I add it to R_PROFILE.R as well, the package won't install with the following error: ... ** save image Error: syntax error Execution halted ERROR: execution of package source for 'maVis' failed Any more ideas? Thanks, Hadley ______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
