krlmlr / r-appveyor

Tools for using R with AppVeyor (https://appveyor.com)
132 stars 60 forks source link

Error "Object 'false' not found" with the matrix Environment: R_VERSION=release, R_ARCH=x64, BIOC_USE_DEVEL=false, _R_CHECK_FORCE_SUGGESTS_=false #150

Closed rohith008 closed 5 years ago

rohith008 commented 5 years ago

Screen Shot 2019-05-03 at 3 13 41 PM

The build scripts for Bioconductor packages are failing. I have tried with "install_bioc" and "install_bioc_deps" which resulted in the error "Object false not found" when the BIOC_USE_DEVEL=false and "Object true not found" when the BIOC_USE_DEVEL=true.

LiNk-NY commented 5 years ago

Perhaps it should be all caps? TRUE, FALSE

rohith008 commented 5 years ago

Yeah all caps worked, Thank you...!