On 15 April 2016 at 10:27, Tim Keitt wrote:
| I created a couple of R scripts to assist my package 'configure' script. I
| put them in the top-level of the package and that gives a check error
| obviously. So I added them to .Rbuildignore and then the package would not
| build (at least on Travis CI) saying the script files were not found.
| That's counter to how I thought .Rbuildignore worked. Where should these
| utility script go? Should they not be in .Rbuildignore?

The legal name of '.Rbuildignore' is 'do not put these files into the tarball'.

As the check uses the tarball as source .... well I guess you can fill in the 
rest.

Dirk

-- 
http://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to