Re: [Rd] .travis.yml ... most likely included in error

2019-07-14 Thread Spencer Graves
Hi, Danny et al.:   Thanks.  I found ".Rbuildignore" on my local copy that was, however, not tracked by git.  I added that, then committed and pushed the change.   Obviously, I'm new to travis and am still learning how to read and understand what it's saying -- especially on how to

Re: [Rd] .travis.yml ... most likely included in error

2019-07-14 Thread Danny Smith
Hi Spencer, To get rid of the .travis.yml note add a .Rbuildignore file with this line: ^\.travis\.yml$ This will exclude the file from the build. The build is failing because of a warning. As noted in the log, Travis is treating a warning as an error: Found warnings, treating as errors It's a

[Rd] .travis.yml ... most likely included in error

2019-07-14 Thread Spencer Graves
Hello:   Suggestions for whomever maintains "R CMD":         1.  Can you change it so it doesn't complain about the presence of ".travis.yml", at least on GitHub?         2.  What do you suggest people do to find error messages in the output?  I ask, because I'm getting "build