[BioC] introduction - flowCore user
Deepayan Sarkar
deepayan.sarkar at gmail.com
Fri Jan 23 03:02:09 CET 2009
On Thu, Jan 22, 2009 at 5:39 PM, Steve Lauriault <stevan at lauriault.com> wrote:
> Thank you Deepayan,
>
> Would anyone happen to know why I have just lost all of my recently
> installed packages? Is there a way to quickly retrieve the ones I had
> and/or prevent this from happening again in the future?
sessionInfo() gives you information about attached/loaded packages,
not installed ones. To get a list of installed packages, try
rownames(installed.packages())
You can attach a package using
library(pkgname)
(which may attach/load further packages).
-Deepayan
More information about the Bioconductor
mailing list