Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mooreryan/b0bbb7388c14324b7b2fed2612a7a362 to your computer and use it in GitHub Desktop.
Save mooreryan/b0bbb7388c14324b7b2fed2612a7a362 to your computer and use it in GitHub Desktop.
Check the version numbers of the packages loaded in anvi-run-enrichment-analysis.R
library(optparse)
library(tidyverse)
library(magrittr)
library(qvalue)
loaded_packages <- (.packages())
write.table(installed.packages()[loaded_packages, c("Package", "Version")],
sep = ",",
row.names = FALSE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment