KentonWhite / ProjectTemplate

A template utility for R projects that provides a skeletal project.
http://projecttemplate.net
GNU General Public License v3.0
622 stars 159 forks source link

Remove warnings from Travis and devtools::test() checks #188

Closed connectedblue closed 7 years ago

connectedblue commented 7 years ago

This PR proposes some updates to the existing code base to prevent warnings thrown by some test tools. This was discussed in #186.

The warnings fixed by this are:

No user functionality is changed in this PR, it simply cleans up some underlying test cases to improve the regression suite.

connectedblue commented 7 years ago

Hi @KentonWhite Could you review and merge this PR if you're happy with it?

It touches some files which I'll need to modify to address the bug in #192 so I'd rather develop off the master with the cleaned up tests.

KentonWhite commented 7 years ago

Merged. Thanks!