PackageSet | R Documentation |
constructor for PackageSet instances
PackageSet(cvec, biocversion = "3.17", branchname = "RELEASE_3_17")
cvec |
character() vector |
biocversion |
character(1) defaulting to "3.17" |
branchname |
character(1) |
Will issue message if some element of cvec is not found in BiocPkgTools::biocPkgList() result. In 2023 function elaborated to check all bioc 'repos': "BioCsoft", "BioCann", "BioCexp", "BioCworkflows"
ps = PackageSet(bioc_coreset())
ps
ps = add_dependencies(ps)
ps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.