Entering edit mode
When making a cdf environment, I get the following error:
Error in createPackage(packagename, destinationDir =
path.expand(package.path), :
unused argument (s) (force ...)
This is due to the fact that make.cdf.environment() passes force=FALSE
to createPackage(). This argument was removed from createPackage()
somewhere between Biobase 1.3.22 and 1.3.29. Commenting it out fixed
the problem.
Best,
Jim
James W. MacDonald
Affymetrix and cDNA Microarray Core
University of Michigan Cancer Center
1500 E. Medical Center Drive
7410 CCGC
Ann Arbor MI 48109
734-647-5623