Skip to content

Commit

Permalink
Adjusting package for Bioconductor update in installation method, fro…
Browse files Browse the repository at this point in the history
…m biocLite to BiocManager::install
  • Loading branch information
lubianat committed Jun 18, 2019
1 parent 95fb657 commit a2fd8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parsers.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ parse_cran = function(cran) {

parse_bioc = function(bioc) {
if (!is.null(bioc)) {
liftr_bioc_version = gsub('.*\\/(.*)', '\\1', bioc)
liftr_bioc_version = gsub('.*\\/(.*)', '\\1', bioc[1])
bioc_package<- gsub('(.*)\\/.*', '\\1', bioc)
liftr_bioc = quote_str(bioc_package)
tmp = tempfile()
Expand Down

0 comments on commit a2fd8c5

Please sign in to comment.