pak icon indicating copy to clipboard operation
pak copied to clipboard

Support extended bioc remotes?

Open kevinushey opened this issue 1 year ago • 5 comments

The remotes vignette describes some other versions of Bioconductor remotes, e.g.

# Bioconductor
Remotes: bioc::3.3/SummarizedExperiment#117513, bioc::release/Biobase

But installation fails, with:

> pak::pkg_install("bioc::release/Biobase")
Error:
! error in pak subprocess
Caused by error:
! Could not solve package dependencies:
* bioc::release/Biobase: ! pkgdepends resolution error for bioc::release/Biobase.
Caused by error:
! missing value where TRUE/FALSE needed
Type .Last.error to see the more details.

Is this something that pak (pkgdepends) could support in the future?

kevinushey avatar Apr 14 '23 16:04 kevinushey