Re: [R] R package dependencies

2010-01-15 Thread Seth Falcon
On 1/13/10 11:21 AM, James W. MacDonald wrote: Hi Colin, The pkgDepTools package from Bioconductor will help with question #1: http://bioconductor.org/packages/2.5/bioc/html/pkgDepTools.html I am not positive on this, but I believe this package is also used to determine the reverse dependencie

Re: [R] R package dependencies

2010-01-14 Thread James W. MacDonald
Hi Colin, The pkgDepTools package from Bioconductor will help with question #1: http://bioconductor.org/packages/2.5/bioc/html/pkgDepTools.html I am not positive on this, but I believe this package is also used to determine the reverse dependencies that would be listed on that page if there w

Re: [R] R package dependencies

2010-01-14 Thread Colin Millar
me. Many thanks again, Colin. -Original Message- From: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: 14 January 2010 14:06 To: Colin Millar Cc: Gabor Grothendieck; r-help@r-project.org Subject: Re: [R] R package dependencies For the original question: > what are a packa

Re: [R] R package dependencies

2010-01-14 Thread Uwe Ligges
))) pkg.summ<- data.frame(pkg = rownames(available), dll = ndlls) Thanks again, Colin. From: Gabor Grothendieck [mailto:ggrothendi...@gmail.com] Sent: Wed 13/01/2010 22:09 To: Colin Millar Cc: r-help@r-project.org Subject: Re: [R] R package dependencies Se

Re: [R] R package dependencies

2010-01-14 Thread Colin Millar
lapply(fnames, function(x) {download.file(x, tmpf); unzip(tmpf, list = TRUE)}) ndlls <- sapply(pkg.contents, function(x) sum( grepl( ".dll", x $ Name ))) pkg.summ <- data.frame(pkg = rownames(available), dll = ndlls) Thanks again, Colin. From: Ga

Re: [R] R package dependencies

2010-01-13 Thread Gabor Grothendieck
See the dep function defined here: http://tolstoy.newcastle.edu.au/R/e6/help/09/03/7159.html On Wed, Jan 13, 2010 at 11:39 AM, Colin Millar wrote: > Hi there, > > My question relates to getting information about R packages.  In particular i > would like to be able to find from within R: >  what

[R] R package dependencies

2010-01-13 Thread Colin Millar
Hi there, My question relates to getting information about R packages. In particular i would like to be able to find from within R: what are a packages dependencies what are a packages reverse dependencies does a package contain a dll The reason i ask is: The organisation that i work