if (FALSE) {
bbdata <- system.file("testdata", "test_bitbucketdl.json",
package = "binman"
)
platform <- c("linux64", "linux32", "windows", "macosx")
platformregex <- c("linux-x86_64", "linux-i686", "windows", "macosx")
bbdllist <-
predl_bitbucket_downloads(
url = bbdata, platform, history = 3L,
appname = "binman_chromedriver",
platformregex
)
}
Run the code above in your browser using DataLab