Entering edit mode
Enter the body of text here
Code should be placed in three backticks as shown below
I am migrating an R installation on Centos to a new Ubuntu server, and I am trying to compile a list on the packages that were installed using BiocManager that will need to be installed on the new server. Using "BiocManager::install()" on the original server gives me a list of packages that need to be updated, but not a list of all of the packages already installed. Any hints?
Thanks.
# include your problematic code here with any corresponding output
# please also include the results of running the following in an R session
sessionInfo( )