krlmlr/r-appveyor

Bioconductor integration now requires R 3.6

Closed this issue · 2 comments

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

R 3.6.0 is R-devel:

  matrix:
    - R_VERSION: devel
      R_ARCH: x64
      GCC_PATH: mingw_64

Perfect thanks @LiNk-NY