Skip to content

Commit

Permalink
Fix wrong variable name in install_missing_packages, fixes joey711#68
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreitwieser committed Jul 13, 2017
1 parent 906a18a commit 39fdabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ install_missing_packages = function(pkg, version = NULL, verbose = TRUE){
}
}
if(missingPackage){
biocLite(i, suppressUpdates = TRUE)
biocLite(pkg, suppressUpdates = TRUE)
}
}
################################################################################
Expand Down

0 comments on commit 39fdabf

Please sign in to comment.