-
Notifications
You must be signed in to change notification settings - Fork 106
changes for issues #120 and #115 #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
```
* installing *source* package ‘devtools’ ...
** package ‘devtools’ successfully unpacked and MD5 sums checked
** R
** inst
** byte-compile and prepare package for lazy loading
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
there is no package called ‘magrittr’
ERROR: lazy loading failed for package ‘devtools’
* removing ‘/home/travis/R/Library/devtools’
* restoring previous ‘/home/travis/R/Library/devtools’
The downloaded source packages are in
‘/tmp/RtmpUhu1j4/downloaded_packages’
Warning message:
In install.packages(c("devtools")) :
installation of package ‘devtools’ had non-zero exit status
```
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
==========================================
+ Coverage 72.72% 73.04% +0.31%
==========================================
Files 36 36
Lines 2651 2656 +5
==========================================
+ Hits 1928 1940 +12
+ Misses 723 716 -7
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #159 +/- ##
==========================================
+ Coverage 72.72% 73.04% +0.31%
==========================================
Files 36 36
Lines 2651 2656 +5
==========================================
+ Hits 1928 1940 +12
+ Misses 723 716 -7
Continue to review full report at Codecov.
|
|
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
For classification problems, an error is thrown if the outcome is not a factor:
There are a lot of travis related changes too:
To get travis to run tests, the modeling packages have to be formal dependencies so a bunch were added to Suggests. This may be temporary; I may decide to remove these for the version sent to CRAN.
rstanarmwas excluded because compiling it (and its dependencies) exceeded the time allowed by travis.A variety of changes were made to the tests related to r-devel. It looks like any function directly accessed in the tests now need to be formal dependencies (not the case before). There is still some weirdness about this though and I've attributed it to being devel. Hopefully this will get smoothed out.