Is there a function similar to pkgDepends() that returns the packages that a particular package imports or imports from? I believe I can get this information from the matrix returned from installed.packages() but something like pkgDepends() would be more convenient.
I did not find anything useful in my search of the R-help archives (my search string may have been poorly chosen), my use of ??import, or my (hoped for) use of ?pkgImports. Thank you in advance for any help you can offer. p.s., For what it is worth I am using Windows and R version 12.2-1. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.