[R-gregmisc-users] SF.net SVN: r-gregmisc:[1945] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-23 21:09:21
|
Revision: 1945 http://sourceforge.net/p/r-gregmisc/code/1945 Author: warnes Date: 2015-04-23 21:09:19 +0000 (Thu, 23 Apr 2015) Log Message: ----------- Update for gtools 3.4.3 Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/inst/ChangeLog trunk/gtools/inst/NEWS Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2015-04-23 21:06:19 UTC (rev 1944) +++ trunk/gtools/DESCRIPTION 2015-04-23 21:09:19 UTC (rev 1945) @@ -1,28 +1,5 @@ -Package: gtools -Title: Various R Programming Tools -Description: Functions to assist in R programming, including: - - assist in developing, updating, and maintaining R and R packages ('ask', 'checkRVersion', - 'getDependencies', 'keywords', 'scat'), - - calculate the logit and inverse logit transformations ('logit', 'inv.logit'), - - test if a value is missing, empty or contains only NA and NULL values ('invalid'), - - manipulate R's .Last function ('addLast'), - - define macros ('defmacro'), - - detect odd and even integers ('odd', 'even'), - - convert strings containing non-ASCII characters (like single quotes) to plain ASCII ('ASCIIfy'), - - perform a binary search ('binsearch'), - - sort strings containing both numeric and character components ('mixedsort'), - - create a factor variable from the quantiles of a continuous variable ('quantcut'), - - enumerate permutations and combinations ('combinations', 'permutation'), - - calculate and convert between fold-change and log-ratio ('foldchange', - 'logratio2foldchange', 'foldchange2logratio'), - - calculate probabilities and generate random numbers from Dirichlet distributions - ('rdirichlet', 'ddirichlet'), - - apply a function over adjacent subsets of a vector ('running'), - - Modify the TCP\_NODELAY ('de-Nagle') flag for socket objects, - - Efficient 'rbind' of data frames, even if the column names don't match ('smartbind'), - - Generate significance stars from p-values ('stars.pval'). -Version: 3.4.2 -Date: 2015-04-06 +Version: 3.4.3 +Date: 2015-04-23 Author: Gregory R. Warnes, Ben Bolker, and Thomas Lumley Maintainer: Gregory R. Warnes <gr...@wa...> License: LGPL-2.1 Modified: trunk/gtools/inst/ChangeLog =================================================================== --- trunk/gtools/inst/ChangeLog 2015-04-23 21:06:19 UTC (rev 1944) +++ trunk/gtools/inst/ChangeLog 2015-04-23 21:09:19 UTC (rev 1945) @@ -1,5 +1,15 @@ +2015-04-23 warnes + + * [r1944] R/smartbind.R, R/strmacro.R: Remove debugging code and + stray browser() call + +2015-04-14 warnes + + * [r1923] DESCRIPTION: Fix typo + 2015-04-09 warnes + * [r1921] inst/ChangeLog: Update gtools ChangeLog * [r1920] DESCRIPTION, NAMESPACE, R/loadedPackages.R, R/na.replace.R, inst/ChangeLog, inst/NEWS, man/loadedPackages.Rd, man/na.replace.Rd: Move first()/last()/left()/right() to gdata. Modified: trunk/gtools/inst/NEWS =================================================================== --- trunk/gtools/inst/NEWS 2015-04-23 21:06:19 UTC (rev 1944) +++ trunk/gtools/inst/NEWS 2015-04-23 21:09:19 UTC (rev 1945) @@ -1,3 +1,15 @@ +gtools 3.4.3 - 2015-04-06 +------------------------- + +Bug fixes: + +- Removed stray browser() call in smartbind(). + +Other changes: + +- Correct typographical errors in package description. + + gtools 3.4.2 - 2015-04-06 ------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |