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 co
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
http://www.keittlab.org/
On Fri, Apr 15, 2016 at 11:40 AM, Dirk Eddelbuettel wrote:
>
> 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
> | obvio