Created
November 10, 2025 16:45
-
-
Save vjcitn/564c194c0ac3f6cce8e473ee9842204c to your computer and use it in GitHub Desktop.
set up source folders for bioc 3.22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| library(BiocPkgTools) | |
| all322 = biocPkgList(version="3.22", repo="BioCsoft")$Package | |
| library(BiocBuildTools) # from github vjcitn | |
| set322=PackageSet(all322, biocversion="3.22", branchname="RELEASE_3_22") | |
| dir.create("srcs_322") | |
| populate_local_gits(set322, gitspath="srcs_322") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment