Skip to content
Prev 4720 / 12125 Next

[R-pkg-devel] New Package olr 4 NOTES

On 04/12/2019 1:02 p.m., Mat Fok via R-package-devel wrote:
That's a sign that you didn't build the package using "R CMD build" at 
the command line (or one of the R functions that calls it).  Don't use 
tar directly to create it, let R do it (because adding a timestamp is 
not the only thing it does).

If you used a devtools function to build the tarball, then you probably 
did something wrong, but it's hard to say what without seeing the 
command you used.  Or maybe devtools has a bug, but it's pretty widely 
used, so I doubt that.
If you had .Rbuildignore set to ignore them, then R would not put them 
in the tarball.

Duncan Murdoch