summaryrefslogtreecommitdiff
path: root/math/R-gtools
AgeCommit message (Collapse)AuthorFilesLines
2009-12-11Update to the latest version of the module along with R updateadam2-7/+6
2008-10-14Update R-gtools to 2.5.0markd2-7/+7
gtools 2.5.0 ------------ New features: - Add checkRVersion() function to determin if a newer version of R is available. - Deprecated assert() in favor of base::stopifnot Bug fixes: - Fix bug in binsearch() identified by 2.6.0 R CMD CHECK Other changes: - Improve text explanation of how defmacro() and strmacro() differ from function(). - Update definitions of odd() and even() to use modulus operator instead of division. gtools 2.4.0 ------------ - Add binsearch() function, previously in the genetics() package. gtools 2.3.1 ------------ - Add ask() function to prompt the user and collect a single response. gtools 2.3.0 ------------ - Update email address for Greg - Add new 'smartbind' function, which combines data frames efficiently, even if they have different column names.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-01-08There is some debugging information in gtools.so.rillig1-1/+3
2006-07-02Initial import of R-gtools 2.2.3markd4-0/+22
Various R programming tools