Skip to content

Commit

Permalink
Update STITCH dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdavies committed May 31, 2021
1 parent b8fdb52 commit d50e8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-r-dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ for(package in required_packages) {
if (!suppressPackageStartupMessages(require("rrbgen")))
install.packages("https://github.com/rwdavies/rrbgen/releases/download/0.0.6/rrbgen_0.0.6.tar.gz", repos=NULL)
if (!suppressPackageStartupMessages(require("STITCH")))
install.packages("https://github.com/rwdavies/STITCH/releases/download/1.6.2/STITCH_1.6.2.tar.gz", repos=NULL)
install.packages("https://github.com/rwdavies/STITCH/releases/download/1.6.6/STITCH_1.6.6.tar.gz", repos=NULL)

0 comments on commit d50e8b4

Please sign in to comment.