Home
last modified time | relevance | path

Searched refs:parse_bioc_repo (Results 1 – 3 of 3) sorted by relevance

/dports/devel/R-cran-remotes/remotes/tests/testthat/
H A Dtest-install-bioc.R4 expect_equal(parse_bioc_repo("devtools"), list(repo="devtools"))
5 expect_equal(parse_bioc_repo("devtools#abc123"), list(repo="devtools", commit="abc123"))
6 …expect_equal(parse_bioc_repo("user:pass@devtools"), list(username = "user", password = "pass", rep…
7 expect_equal(parse_bioc_repo("devel/devtools"), list(release = "devel", repo="devtools"))
8 expect_equal(parse_bioc_repo("3.1/devtools"), list(release = "3.1", repo="devtools"))
9 expect_equal(parse_bioc_repo("release/devtools"), list(release = "release", repo="devtools"))
12 expect_error(parse_bioc_repo("user@devtools"), "Invalid bioc repo")
13 expect_error(parse_bioc_repo("user:@devtools"), "Invalid bioc repo")
14 expect_error(parse_bioc_repo("@devtools"), "Invalid bioc repo")
15 expect_error(parse_bioc_repo("devtools/"), "Invalid bioc repo")
[all …]
/dports/devel/R-cran-remotes/remotes/R/
H A Dinstall-bioc.R73 parse_bioc_repo <- function(path) { function
96 meta <- parse_bioc_repo(repo)
115 meta <- parse_bioc_repo(repo)
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R1994 parse_bioc_repo <- function(path) { function
2017 meta <- parse_bioc_repo(repo)
2036 meta <- parse_bioc_repo(repo)