Home
last modified time | relevance | path

Searched refs:bioc_repos (Results 1 – 9 of 9) sorted by relevance

/dports/devel/R-cran-pkgcache/pkgcache/man/
H A Dbioc_version.Rd8 \alias{bioc_repos}
19 bioc_repos(bioc_version = "auto", forget = FALSE)
45 \code{bioc_repos()} returns a named character vector.
65 \code{bioc_repos()} returns the Bioconductor repository URLs.
87 bioc_repos()
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/_snaps/
H A Dplatform.md344 # bioc_repos chapter
347 bioc_repos("3.13")
/dports/devel/R-cran-remotes/remotes/R/
H A Ddeps.R133 bioc_repos <- bioc_install_repos() functionVar
135 missing_repos <- setdiff(names(bioc_repos), names(repos))
138 repos[missing_repos] <- bioc_repos[missing_repos]
/dports/devel/R-cran-pkgcache/pkgcache/
H A DNAMESPACE8 export(bioc_repos)
H A DNEWS.md50 * New `bioc_release_version()`, `bioc_devel_version()`, `bioc_repos()`
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dtest-platform.R208 bioc_repos("3.13")
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Dplatform.R399 bioc_repos <- function(bioc_version = "auto", forget = FALSE) { function
H A Dmetadata-cache.R923 bioc_repos <- bioconductor$get_repos(bioc_version) functionVar
926 name = names(bioc_repos),
927 url = unname(bioc_repos),
/dports/devel/R-cran-remotes/remotes/inst/
H A Dinstall-github.R670 bioc_repos <- bioc_install_repos() functionVar
672 missing_repos <- setdiff(names(bioc_repos), names(repos))
675 repos[missing_repos] <- bioc_repos[missing_repos]