[R-gregmisc-users] SF.net SVN: r-gregmisc:[1772] trunk/gtools/inst/NEWS
Brought to you by:
warnes
From: <wa...@us...> - 2014-02-11 17:25:36
|
Revision: 1772 http://sourceforge.net/p/r-gregmisc/code/1772 Author: warnes Date: 2014-02-11 17:25:33 +0000 (Tue, 11 Feb 2014) Log Message: ----------- Update for gtools 3.3.0. Modified Paths: -------------- trunk/gtools/inst/NEWS Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2014-02-11 17:19:16 UTC (rev 1771) +++ trunk/gtools/inst/NEWS 2014-02-11 17:25:33 UTC (rev 1772) @@ -1,12 +1,21 @@ -gtools 3.2.2 - 2014-01-14 +gtools 3.3.0 - 2014-02-11 ------------------------- +New features: + +- Add the getDependencies() function to return a list of dependencies + for the specified package(s). Includes arguments to control whether + these dependencies should be constructed using information from + locally installed packages ('installed', default is TRUE), avilable + CRAN packages ('available', default is TRUE) and whether to include + base ('base', default=FALSE) and recommended ('recommended', default + is FALSE) packages. + Bug fixes: - binsearch() was returning the wrong endpoint & value when the found value was at the upper endpoint. - gtools 3.2.1 - 2014-01-13 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |