Skip to content
Prev 3638 / 15075 Next

Using Makefile in my package

Statmobile,

you should consider using Makevars instead, because creating a  
Makefile highly increases the risk of your package breaking on  
various systems. In addition, changes in R will likely break your  
Makefile if you rely on some internals of R. That is precisely why it  
is strongly recommended to use Makevars.

Also you didn't send us your Makefile, so we cannot tell you what you  
did wrong in your setup.

Cheers,
Simon
On May 16, 2007, at 1:02 PM, statmobile at gmail.com wrote: