Skip to content

File name determines success or failure of package installation -- please help

2 messages · behlingr at gmail.com, Brian Ripley

#
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, behlingr at gmail.com wrote:

            
Why should the results not depend on the order of execution of R 
commands?
How about looking in the manual ('Writing R Extensions')?