Skip to content
Prev 9130 / 10988 Next

[Rcpp-devel] lighter source package

You don't even need that - it's much easier to simply add a rule to Makevars along the lines of:

foo.h: foo.bz2.h
	${R_BZIPCMD} -d foo.bz2.h

assuming that compression is enough (the referred file doesn't exist in the sources ...)

Cheers,
Simon