The order of files does matter when your code has side effects (as here),
and I guess you did not specify a Collation: field in the DESCRIPTION
file.
The default order is alphabetic (in the C locale), which is not what you
want here.
On Thu, 8 Jan 2009, behli...@gmail.com wrote:
Synopsis:
Synopsis:
I am trying to build and install a package in R, but I have run into a
problem where the file names determine success or failure of the package
installation. I started with a single file containing two class
definitions. This package installs properly. If I split the classes into