Re: [R-pkg-devel] What to do with build-time-only utility scripts in package

2016-04-15 Thread Tim Keitt
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
> | 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.
>

Got it. Thought it was "do not install these files with package".

I guess I'll stick them in /src.

THK


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

[[alternative HTML version deleted]]

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


Re: [R-pkg-devel] What to do with build-time-only utility scripts in package

2016-04-15 Thread Dirk Eddelbuettel

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


[R-pkg-devel] What to do with build-time-only utility scripts in package

2016-04-15 Thread Tim Keitt
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?

THK

http://www.keittlab.org/

[[alternative HTML version deleted]]

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