krlmlr / r-appveyor

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

Bioconductor integration now requires R 3.6 #144

Closed mjsteinbaugh closed 5 years ago

mjsteinbaugh commented 5 years ago

Bioconductor checks are breaking again because the BioC 3.9 devel release is now pinned to R 3.6, which isn't available on the AppVeyor image. This error now gets returned for any build:

Error: Bioconductor version '3.9' requires R version '3.6'; see
  https://bioconductor.org/install

@LiNk-NY

LiNk-NY commented 5 years ago

R 3.6.0 is R-devel:

  matrix:
    - R_VERSION: devel
      R_ARCH: x64
      GCC_PATH: mingw_64
mjsteinbaugh commented 5 years ago

Perfect thanks @LiNk-NY