search for: tp3456738p3463670

Displaying 1 result from an estimated 1 matches for "tp3456738p3463670".

2011 Apr 18
1
Patching "update.packages" to enable updating of only a user defined subset of packages
Hello dear R developers, I recently found out that it is not possible to limit update.packages() to update only a few packages at a time. The patch offered simply adds a 'subset' parameter and the statement bounded within "if(!missing(subset))" to implement it. The code is pasted bellow (and also attached as an .r file). Might this patch be considered valuable to be added to