[R-gregmisc-users] SF.net SVN: r-gregmisc:[1770] trunk/gtools/man/getDependencies.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2014-02-11 17:17:45
|
Revision: 1770 http://sourceforge.net/p/r-gregmisc/code/1770 Author: warnes Date: 2014-02-11 17:17:42 +0000 (Tue, 11 Feb 2014) Log Message: ----------- Update arguments to match code. Modified Paths: -------------- trunk/gtools/man/getDependencies.Rd Modified: trunk/gtools/man/getDependencies.Rd =================================================================== --- trunk/gtools/man/getDependencies.Rd 2014-02-11 17:14:08 UTC (rev 1769) +++ trunk/gtools/man/getDependencies.Rd 2014-02-11 17:17:42 UTC (rev 1770) @@ -8,11 +8,11 @@ } \usage{ getDependencies(pkgs, - dependencies=NA, - installed=TRUE, - available=TRUE, - base=FALSE, - recommended=FALSE) + dependencies = c("Depends", "Imports", "LinkingTo"), + installed=TRUE, + available=TRUE, + base=FALSE, + recommended=FALSE) } \arguments{ \item{pkgs}{character vector of package names} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |