Skip to content

A question regarding package development

1 message · Brian Ripley

#
On Thu, 31 May 2007, Saptarshi Guha wrote:

            
You would need to add a src/Makefile. There are several examples in CRAN 
packages.  Matrix is one, but a complex one.  Runuran is a simple one, 
unfortunately specific to GNU make.
`Writing R Extensions' tells you about PKG_CPPFLAGS and PKG_LIBS, in the 
section on 'Makevars', so I don't understand why you used different names.
There are lots of examples in CRAN packages.