ANTsX / ANTsR

R interface to the ANTs biomedical image processing library
https://antsx.github.io/ANTsR
Apache License 2.0
127 stars 35 forks source link

_R_CHECK_FORCE_SUGGESTS_ needs to be logical #260

Closed muschellij2 closed 5 years ago

muschellij2 commented 5 years ago

As per error on job: https://travis-ci.org/ANTsX/ANTsR/jobs/484882661:

Installing 1 packages: yaml
Error in if (should_error_for_warnings()) { : 
  missing value where TRUE/FALSE needed
Calls: <Anonymous> ... install_packages -> do.call -> <Anonymous> -> with_envvar -> force

I believe it is due to the problem stated here: https://github.com/r-lib/devtools/issues/1960#issuecomment-451196832

So I added

  - _R_CHECK_FORCE_SUGGESTS_=false
muschellij2 commented 5 years ago

This should fix some of the failures currently.

muschellij2 commented 5 years ago

What are your thoughts on these changes?