baumer-lab / fertile

creating optimal conditions for reproducibility
GNU General Public License v3.0
52 stars 4 forks source link

deleted extra files in more spots #59

Closed ambertin closed 5 years ago

ambertin commented 5 years ago

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 in test_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.

lintr-bot commented 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.

​
^
lintr-bot commented 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.

​
^
ambertin commented 5 years ago

looks like there were a couple more spots with the extra files that I missed the first time so I deleted those as well

beanumber commented 5 years ago

Nice!