Skip to content

Instantly share code, notes, and snippets.

@vjcitn
Created November 10, 2025 16:45
Show Gist options
  • Select an option

  • Save vjcitn/564c194c0ac3f6cce8e473ee9842204c to your computer and use it in GitHub Desktop.

Select an option

Save vjcitn/564c194c0ac3f6cce8e473ee9842204c to your computer and use it in GitHub Desktop.
set up source folders for bioc 3.22
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