Closed ambertin closed 5 years ago
/home/travis/build/baumer-lab/fertile/fertile.Rcheck/tests/testthat/project_noob/simple.R:9:1: style: Trailing blank lines are superfluous.
^
/home/travis/build/baumer-lab/fertile/fertile.Rcheck/tests/testthat/project_noob/simple.R:9:1: style: Trailing blank lines are superfluous.
^
looks like there were a couple more spots with the extra files that I missed the first time so I deleted those as well
Nice!
Looks like the reason why travis was failing is that it was still finding some of those bad files we didn't want during some checks from
test_check.R
. Before, I'd only deleted the bad files for checks intest_projects.R
. Now, I added some lines deleting the bad files out of the directory each time we sandbox and it's still passing R CMD check for me. This might fix the problem. The number of deletions seems a bit excessive, so if you think I should only do the deletion once, please let me know and I can easily fix it.