[R-gregmisc-commits] r2192 - pkg/gtools
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 21 19:18:40 CEST 2018
Author: warnes
Date: 2018-06-21 19:18:40 +0200 (Thu, 21 Jun 2018)
New Revision: 2192
Modified:
pkg/gtools/ChangeLog
pkg/gtools/DESCRIPTION
pkg/gtools/NEWS
Log:
Update for gtools 3.8.1.
Modified: pkg/gtools/ChangeLog
===================================================================
--- pkg/gtools/ChangeLog 2018-06-21 17:09:49 UTC (rev 2191)
+++ pkg/gtools/ChangeLog 2018-06-21 17:18:40 UTC (rev 2192)
@@ -1,1059 +1,1416 @@
-2017-06-14 warnes
+2018-06-19 16:48 warnes
- * [r2169] DESCRIPTION, NAMESPACE, R/checkRVersion.R,
+ * DESCRIPTION, NAMESPACE: Update DESCRIPTION and NAMESPACE for
+ gtools 3.8.0.
+
+2018-06-19 16:43 warnes
+
+ * R/split_path.R, man/split_path.Rd: Add spit_path() function.
+
+2018-06-19 16:43 warnes
+
+ * R/baseOf.R, man/baseOf.Rd: Improvements to baseOf() function.
+
+2017-08-23 23:03 warnes
+
+ * R/baseOf.R, man/baseOf.Rd: Add `baseOf` function and
+ documentation to support updated `gplots::venn` function.
+ (Provided by Steffen Möller.)
+
+2017-08-23 22:59 warnes
+
+ * R/roman2int.R, R/setTCPNoDelay.R: Use correct 'PACKAGE='
+ parameter to '.C' calls.
+
+2017-06-14 19:44 warnes
+
+ * inst/ChangeLog, inst/NEWS: Update NEWS and ChangeLog
+
+2017-06-14 19:42 warnes
+
+ * DESCRIPTION, NAMESPACE, R/checkRVersion.R,
R/newVersionAvailable.R, R/roman2int.R, R/setTCPNoDelay.R,
- man/combinations.Rd, man/defmacro.Rd, src/gtools.h[ADD],
- src/gtools_load.c[ADD], src/setTCPNoDelay.c,
+ man/combinations.Rd, man/defmacro.Rd, src/gtools.h,
+ src/gtools_load.c, src/setTCPNoDelay.c,
tests/test_setTCPNoDelay.R: Explicitly register C routines used
by gtools
-2017-06-13 warnes
+2017-06-13 00:16 warnes
- * [r2168] man/combinations.Rd, man/defmacro.Rd: Update R News URLS
+ * man/combinations.Rd, man/defmacro.Rd: Update R News URLS
-2017-06-12 warnes
+2017-06-12 23:30 warnes
- * [r2165] man/capwords.Rd: Update link for taxise::taxize_capwords
- in gtools::capwords man page
+ * man/capwords.Rd: Update link for taxise::taxize_capwords in
+ gtools::capwords man page
- * [r2164] inst/ChangeLog: Fix typos
+2017-06-12 23:28 warnes
- * [r2163] man/capwords.Rd: Update link for taxise::taxize_capwords
- in gtools::capwords man page
+ * inst/ChangeLog: Fix typos
- * [r2162] DESCRIPTION, NAMESPACE, inst/ChangeLog, inst/NEWS: Update
- meta files for gtools 3.7.0
+2017-06-12 23:28 warnes
- * [r2161] tests/smartbind_emptynames.R: Fix test for smartbind with
- empty column names
+ * man/capwords.Rd: Update link for taxise::taxize_capwords in
+ gtools::capwords man page
- * [r2160] man/setTCPNoDelay.Rd, tests/test_setTCPNoDelay.R: Add
- improved example to man page for setTCPnoDelat() and fix test
- function.
+2017-06-12 23:21 warnes
- * [r2159] man/ask.Rd: Add 'con' argument to ask() to allow
- specification of the connection to query for input.
+ * DESCRIPTION, NAMESPACE, inst/ChangeLog, inst/NEWS: Update meta
+ files for gtools 3.7.0
- * [r2158] R/capwords.R, man/capwords.Rd: Add capwords() function to
- apply standard capitalization rules to a scharacter string.
+2017-06-12 22:53 warnes
-2017-05-23 warnes
+ * tests/smartbind_emptynames.R: Fix test for smartbind with empty
+ column names
- * [r2145] R/ask.R, R/quantcut.R, R/smartbind.R: - Integrate changes
- made by Mango Solutions at
- https://github.com/MangoTheCat/SASxport. - Remove functions
- duplicated from the Hmisc package. - Minor code cleanup.
+2017-06-12 22:52 warnes
-2016-08-24 warnes
+ * man/setTCPNoDelay.Rd, tests/test_setTCPNoDelay.R: Add improved
+ example to man page for setTCPnoDelat() and fix test function.
- * [r2144] tests/test_setTCPNoDelay.R: Add more testing code.
+2017-06-12 22:51 warnes
-2016-08-15 warnes
+ * man/ask.Rd: Add 'con' argument to ask() to allow specification of
+ the connection to query for input.
- * [r2143] inst/ChangeLog: Update ChangeLog
+2017-06-12 22:49 warnes
- * [r2142] DESCRIPTION: Update version number and date
+ * R/capwords.R, man/capwords.Rd: Add capwords() function to apply
+ standard capitalization rules to a scharacter string.
- * [r2141] tests/test_setTCPNoDelay.R[ADD]: Add test code for
- setTCPNoDelay
+2017-05-23 15:55 warnes
- * [r2140] R/setTCPNoDelay.R: Modify setTCPNoDelay to work with
- current socket objects
+ * R/ask.R, R/quantcut.R, R/smartbind.R: - Integrate changes made by
+ Mango Solutions at https://github.com/MangoTheCat/SASxport.
+ - Remove functions duplicated from the Hmisc package.
+ - Minor code cleanup.
- * [r2139] src/setTCPNoDelay.c: checkStatus() was not correctly
- getting the error message.
+2016-08-24 19:48 warnes
-2016-04-22 warnes
+ * tests/test_setTCPNoDelay.R: Add more testing code.
- * [r2127] NAMESPACE, R/capwords.R[ADD], man/capwords.Rd[ADD]: Add
- capwords() function to properly capatilize strings for use in
- titles
+2016-08-15 19:17 warnes
- * [r2126] R/na.replace.R, man/na.replace.Rd: na.replace() now
- accepts a function providing the replcement value.
+ * inst/ChangeLog: Update ChangeLog
-2015-11-24 warnes
+2016-08-15 19:16 warnes
- * [r2071] R/smartbind.R: Correct error when column types don't
- match (reported by
+ * DESCRIPTION: Update version number and date
-2015-10-15 warnes
+2016-08-15 19:14 warnes
- * [r2069] R/smartbind.R: smartbind() was not properly handling
- columsn that were numeric on one df and character in the other
- and other similar ctype conflicts. Fixed.
+ * tests/test_setTCPNoDelay.R: Add test code for setTCPNoDelay
-2015-08-08 warnes
+2016-08-15 19:14 warnes
- * [r2067] tests/smartbind_emptynames.R[ADD]: Add half-hearted test
- file
+ * R/setTCPNoDelay.R: Modify setTCPNoDelay to work with current
+ socket objects
- * [r2066] R/smartbind.R: - Improve assignment of default names in
- smartbind. - Disambiguate 'list' into an object named 'list' and
- the function base::list() in smartbind().
+2016-08-15 19:13 warnes
- * [r2065] DESCRIPTION, man/smartbind.Rd: Add example of using
- 'list' argument to smartbind() man page.
+ * src/setTCPNoDelay.c: checkStatus() was not correctly getting the
+ error message.
- * [r2064] R/smartbind.R, man/smartbind.Rd: - smartbind() gets a new
- argument 'list' to pass a list of data frames, instead of/in
- addition to data frames as arguments. - Fix bug in smartbind's
- handling of factor levels.
+2016-04-22 16:10 warnes
-2015-07-14 warnes
+ * NAMESPACE, R/capwords.R, man/capwords.Rd: Add capwords() function
+ to properly capatilize strings for use in titles
- * [r2057] R/loadedPackages.R, man/loadedPackages.Rd: Modify
+2016-04-22 16:08 warnes
+
+ * R/na.replace.R, man/na.replace.Rd: na.replace() now accepts a
+ function providing the replcement value.
+
+2015-11-24 17:58 warnes
+
+ * R/smartbind.R: Correct error when column types don't match
+ (reported by
+
+2015-10-15 21:15 warnes
+
+ * R/smartbind.R: smartbind() was not properly handling columsn that
+ were numeric on one df and character in the other and other
+ similar ctype conflicts. Fixed.
+
+2015-08-08 05:01 warnes
+
+ * tests/smartbind_emptynames.R: Add half-hearted test file
+
+2015-08-08 03:14 warnes
+
+ * R/smartbind.R: - Improve assignment of default names in
+ smartbind.
+ - Disambiguate 'list' into an object named 'list' and the
+ function
+ base::list() in smartbind().
+
+2015-08-08 01:47 warnes
+
+ * DESCRIPTION, man/smartbind.Rd: Add example of using 'list'
+ argument to smartbind() man page.
+
+2015-08-08 01:44 warnes
+
+ * R/smartbind.R, man/smartbind.Rd: - smartbind() gets a new
+ argument 'list' to pass a list of data
+ frames, instead of/in addition to data frames as arguments.
+ - Fix bug in smartbind's handling of factor levels.
+
+
+2015-07-14 21:19 warnes
+
+ * R/loadedPackages.R, man/loadedPackages.Rd: Modify
loadedPackages() to return data silently so that the results
don't get printed twice.
-2015-05-27 warnes
+2015-05-27 17:01 warnes
- * [r2049] data/badDend.rda[ADD], man/badDend.Rd[ADD],
- man/unByteCode.Rd: Create local dataset to use in the example
- code for unByteCode instead of relying on web access.
+ * data/badDend.rda, man/badDend.Rd, man/unByteCode.Rd: Create local
+ dataset to use in the example code for unByteCode instead of
+ relying on web access.
- * [r2048] R/trimws.R: Fix missing closing paren.
+2015-05-27 16:38 warnes
- * [r2047] R/keywords.R, R/roman2int.R, R/trim.R[DEL],
- R/trimws.R[ADD]: Two functions in gtools need to use either
- gdata::trim() or base::trimws() (added in R 3.2.0). The previous
- solution was to include gdata/R/gdata/R/trim.R in gtools using a
- symbolic link.
+ * R/trimws.R: Fix missing closing paren.
+
+2015-05-27 16:36 warnes
+
+ * R/keywords.R, R/roman2int.R, R/trim.R, R/trimws.R: Two functions
+ in gtools need to use either gdata::trim() or
+ base::trimws() (added in R 3.2.0). The previous solution was to
+ include gdata/R/gdata/R/trim.R in gtools using a symbolic link.
Unfortunately, Rforge doesn't seem to like the symbolic link when
building packages, and generates an error.
So, instead, create the file trimws.R, which creates trimws() if
- it isn't already available (e.g. via base::trimws), and modify
- keywords() and roman2int() to use trimws() instead of
- gdata::trim().
+ it
+ isn't already available (e.g. via base::trimws), and modify
+ keywords()
+ and roman2int() to use trimws() instead of gdata::trim().
- * [r2046] man/roman2int.Rd[ADD]: Add man page for roman2int().
+2015-05-27 02:48 warnes
- * [r2045] man/mixedsort.Rd: Remove extraneous closing paren.
+ * man/roman2int.Rd: Add man page for roman2int().
- * [r2044] NAMESPACE: Add roman2int() to exported function list.
+2015-05-27 02:29 warnes
- * [r2043] R/asc.R: Looks like we also lost the change of argument
- name to chr(). Fixed.
+ * man/mixedsort.Rd: Remove extraneous closing paren.
- * [r2042] R/asc.R: Somehow lost 'simplify=TRUE' argument to asc.
- Fixed.
+2015-05-27 02:26 warnes
- * [r2041] DESCRIPTION: Update gtools version number to 3.5.0
+ * NAMESPACE: Add roman2int() to exported function list.
- * [r2040] DESCRIPTION, inst/ChangeLog, inst/NEWS: Update
- DESCRIPTION, ChangeLog, NEWS
+2015-05-27 02:26 warnes
- * [r2039] R/mixedsort.R, man/mixedsort.Rd: Add roman numeral
- support to mixedorder() and mixedsort().
+ * R/asc.R: Looks like we also lost the change of argument name to
+ chr(). Fixed.
- * [r2037] man/asc.Rd[ADD]: Add asc() and chr() functions for
- converting between characters and ASCII codes
+2015-05-27 02:23 warnes
- * [r2036] R/roman2int.R: roman2int() now returns NA for invalid
- roman numeral strings instead of generating an error.
+ * R/asc.R: Somehow lost 'simplify=TRUE' argument to asc. Fixed.
- * [r2035] NAMESPACE: Add asc(), chr(), assignEdgewise(),
- unByteCode(), and unByteCodeAssign() to package NAMESPACE.
+2015-05-27 02:19 warnes
- * [r2034] R/asc.R[ADD]: Add asc() and chr() functions for
- converting between characters and ASCII codes
+ * DESCRIPTION: Update gtools version number to 3.5.0
-2015-05-26 warnes
+2015-05-27 02:17 warnes
- * [r2030] inst/ChangeLog[ADD]: Add changelog to svn repository
+ * DESCRIPTION, inst/ChangeLog, inst/NEWS: Update DESCRIPTION,
+ ChangeLog, NEWS
-2015-05-25 warnes
+2015-05-27 01:37 warnes
- * [r2029] tests/test_ddirichlet.R: Add library call.
+ * R/mixedsort.R, man/mixedsort.Rd: Add roman numeral support to
+ mixedorder() and mixedsort().
- * [r2028] man/unByteCode.Rd: Fix typo and add documentation for
- argument 'name'.
+2015-05-27 00:21 warnes
- * [r2027] man/mixedsort.Rd: Fix typo.
+ * man/asc.Rd: Add asc() and chr() functions for converting between
+ characters and ASCII codes
- * [r2026] man/mixedsort.Rd: Add description of blanklast argument,
- fix typo.
+2015-05-27 00:20 warnes
- * [r2025] man/quantcut.Rd: Change usage to match actual definition.
+ * R/roman2int.R: roman2int() now returns NA for invalid roman
+ numeral strings instead of generating an error.
- * [r2024] man/mixedsort.Rd: Note characters sorting ignores case.
+2015-05-27 00:19 warnes
- * [r2023] man/mixedsort.Rd: Remove '...' from arglist to match
- source code.
+ * NAMESPACE: Add asc(), chr(), assignEdgewise(), unByteCode(), and
+ unByteCodeAssign() to package NAMESPACE.
- * [r2022] man/mixedsort.Rd: Replace unicode quotes with \code{..}.
+2015-05-27 00:17 warnes
-2015-05-23 warnes
+ * R/asc.R: Add asc() and chr() functions for converting between
+ characters and ASCII codes
- * [r2021] tests/test_ddirichlet.R[ADD]: Add regression test
- ddirichlet() bug for x[i]=0, alpha[i]=1: ddirichlet(x, alpha) was
- returning NA rather than 0.
+2015-05-26 16:22 warnes
- * [r2020] R/dirichlet.R: ddirichlet() was incorrectly returning NA
- when x[i]=0 and alpha[i]=1. In this case, the one calculation
- became (-Inf * 0), which R evaluates to NaN. The correction is to
- detect this case and substitute -Inf instead of NaN.
+ * inst/ChangeLog: Add changelog to svn repository
-2015-05-08 warnes
+2015-05-25 14:30 warnes
- * [r2019] R/mixedsort.R: Summary: Speed up mixedorder by moving
- suppressWarnings outside of lapply loops. (Suggestion by Henrik
- Bengtsson.)
+ * tests/test_ddirichlet.R: Add library call.
-2015-05-02 warnes
+2015-05-25 14:29 warnes
- * [r2018] Rename 'trunk' to 'pkg' for compatibility with R-forge
+ * man/unByteCode.Rd: Fix typo and add documentation for argument
+ 'name'.
- * [r2017] Minor layout change.
+2015-05-25 14:29 warnes
- * [r2016] Remove stray 'svn' that was inserted into the code.
+ * man/mixedsort.Rd: Fix typo.
- * [r2015] Add man page for unByteCode(), assignEdgeWise(), and
+2015-05-25 14:16 warnes
+
+ * man/mixedsort.Rd: Add description of blanklast argument, fix
+ typo.
+
+2015-05-25 14:13 warnes
+
+ * man/quantcut.Rd: Change usage to match actual definition.
+
+2015-05-25 14:10 warnes
+
+ * man/mixedsort.Rd: Note characters sorting ignores case.
+
+2015-05-25 14:08 warnes
+
+ * man/mixedsort.Rd: Remove '...' from arglist to match source code.
+
+2015-05-25 14:05 warnes
+
+ * man/mixedsort.Rd: Replace unicode quotes with \code{..}.
+
+2015-05-23 22:21 warnes
+
+ * tests/test_ddirichlet.R: Add regression test ddirichlet() bug for
+ x[i]=0, alpha[i]=1:
+ ddirichlet(x, alpha) was returning NA rather than 0.
+
+2015-05-23 22:12 warnes
+
+ * R/dirichlet.R: ddirichlet() was incorrectly returning NA when
+ x[i]=0 and
+ alpha[i]=1. In this case, the one calculation became (-Inf * 0),
+ which R evaluates to NaN. The correction is to detect this case
+ and
+ substitute -Inf instead of NaN.
+
+2015-05-08 22:49 warnes
+
+ * R/mixedsort.R: Summary: Speed up mixedorder by moving
+ suppressWarnings outside of
+ lapply loops. (Suggestion by Henrik Bengtsson.)
+
+2015-05-02 17:38 warnes
+
+ * Rename 'trunk' to 'pkg' for compatibility with R-forge
+
+2015-05-02 13:50 warnes
+
+ * Minor layout change.
+
+2015-05-02 13:48 warnes
+
+ * Remove stray 'svn' that was inserted into the code.
+
+2015-05-02 13:47 warnes
+
+ * Add man page for unByteCode(), assignEdgeWise(), and
unByteCodeAssign()
-2015-04-28 warnes
+2015-04-28 04:27 warnes
- * [r1976] Changes to mixedsort(): - Hands off objects that are not
- character vectors to the default sort. - Add 'decreasing',
- 'na.last', and 'blank.last' arguments.
+ * Changes to mixedsort():
+ - Hands off objects that are not character vectors to the default
+ sort.
+ - Add 'decreasing', 'na.last', and 'blank.last' arguments.
- * [r1975] Add private function 'checkReverseDependencies'.
+2015-04-28 04:16 warnes
-2015-04-23 warnes
+ * Add private function 'checkReverseDependencies'.
- * [r1950] Update NEWS and ChangeLog
+2015-04-23 21:53 warnes
- * [r1949] - The 'q' argument to quantcut()'s 'q' now accept an
- integer indicating the number of equally spaced quantile groups
- to create. (Suggestion and patch submitted by Ryan C. Thompson.)
+ * Update NEWS and ChangeLog
- * [r1946] Revers accidental text deletion:
+2015-04-23 21:47 warnes
- * [r1945] Update for gtools 3.4.3
+ * - The 'q' argument to quantcut()'s 'q' now accept an integer
+ indicating the number of equally spaced quantile groups to
+ create. (Suggestion and patch submitted by Ryan C. Thompson.)
- * [r1944] Remove debugging code and stray browser() call
+2015-04-23 21:10 warnes
-2015-04-14 warnes
+ * Revers accidental text deletion:
- * [r1923] Fix typo
+2015-04-23 21:09 warnes
-2015-04-09 warnes
+ * Update for gtools 3.4.3
- * [r1921] Update gtools ChangeLog
+2015-04-23 21:06 warnes
- * [r1920] Move first()/last()/left()/right() to gdata. Add new
- functions na.replace() and loadedPackages(). Add more text to
- package description.
+ * Remove debugging code and stray browser() call
-2015-04-08 warnes
+2015-04-14 19:39 warnes
- * [r1919] Move first/last/left/right to from gtools to gdata
+ * Fix typo
-2015-04-06 warnes
+2015-04-09 19:46 warnes
- * [r1918] Correct URL
+ * Update gtools ChangeLog
- * [r1917] Update NEWS and ChangeLog for gtools 3.5.0
+2015-04-09 19:45 warnes
- * [r1916] Add ChangeLog files to repository
+ * Move first()/last()/left()/right() to gdata.
+ Add new functions na.replace() and loadedPackages().
+ Add more text to package description.
- * [r1915] Implement fix to keywords() needed for R-3.4.1, as
- suggested by Kurt Hornik.
+2015-04-08 19:55 warnes
- * [r1914] - Export S3 methods for first(), last(), left() and
- right(). - Ensure code matches man page for first(), last(),
- left(), and right().
+ * Move first/last/left/right to from gtools to gdata
-2014-10-09 warnes
+2015-04-06 22:09 warnes
- * [r1897] Update for 3.5.0 release of gtools
+ * Correct URL
- * [r1896] Make right() and left() S3 methods for classes data.frame
- and matrix
+2015-04-06 22:04 warnes
-2014-08-27 warnes
+ * Update NEWS and ChangeLog for gtools 3.5.0
- * [r1872] Fix man page
+2015-04-06 21:52 warnes
- * [r1871] Finish adding first(), last(), left(), and right().
+ * Add ChangeLog files to repository
- * [r1870] Add functions first(), last(), left(), and right().
+2015-04-06 21:44 warnes
-2014-05-28 warnes
+ * Implement fix to keywords() needed for R-3.4.1, as suggested by
+ Kurt
+ Hornik.
- * [r1816] Update for gtools 3.4.1
+2015-04-06 21:40 warnes
- * [r1815] Add test to ensure smartbind() properly handles Date
- columns.
+ * - Export S3 methods for first(), last(), left() and right().
+ - Ensure code matches man page for first(), last(), left(), and
+ right().
- * [r1814] smartbind: Convert non-native type columns (except
- factor) to character.
+2014-10-09 18:56 warnes
-2014-04-18 arnima
+ * Update for 3.5.0 release of gtools
- * [r1813] Main arg is 'x' like showNonASCII(x), preformatted notes
- instead of verb
+2014-10-09 18:52 warnes
-2014-04-17 warnes
+ * Make right() and left() S3 methods for classes data.frame and
+ matrix
- * [r1810] Update ASCIIfy man page to match source code and add
- keywords
+2014-08-27 00:44 warnes
- * [r1809] Update NEWS for gtools 3.4.0
+ * Fix man page
- * [r1808] Add ASCIIfy function posted to RDevel by Arni Magnusson
+2014-08-27 00:36 warnes
-2014-03-01 warnes
+ * Finish adding first(), last(), left(), and right().
- * [r1776] Fix cut-and-paste error.
+2014-08-27 00:12 warnes
- * [r1775] Update files for gtools 3.3.1 release
+ * Add functions first(), last(), left(), and right().
- * [r1774] Fix bug in gtools::mixedorder regular expression for
- regognizing numbers. (Periods weren't escaped).
+2014-05-28 00:24 warnes
-2014-02-11 warnes
+ * Update for gtools 3.4.1
- * [r1773] Create and use locate copy of tools:::.split_op_version.
+2014-05-28 00:18 warnes
- * [r1772] Update for gtools 3.3.0.
+ * Add test to ensure smartbind() properly handles Date columns.
- * [r1771] Fix arguments
+2014-05-28 00:14 warnes
- * [r1770] Update arguments to match code.
+ * smartbind: Convert non-native type columns (except factor) to
+ character.
- * [r1769] Add getDependencies() function to return a list of
- package dependencies.
+2014-04-18 18:11 arnima
-2014-01-14 warnes
+ * Main arg is 'x' like showNonASCII(x), preformatted notes instead
+ of verb
- * [r1768] Update for bug-fix release
+2014-04-17 17:33 warnes
- * [r1767] Add test file for binsearch() function.
+ * Update ASCIIfy man page to match source code and add keywords
- * [r1766] Fixed bug where binsearch() returned the wrong endpoint &
- value when the found value was at the upper endpoint.
+2014-04-17 17:25 warnes
-2014-01-13 warnes
+ * Update NEWS for gtools 3.4.0
- * [r1765] Fix typo
+2014-04-17 16:56 warnes
-2014-01-11 warnes
+ * Add ASCIIfy function posted to RDevel by Arni Magnusson
- * [r1764] Update for gtools release 3.2.0
+2014-03-01 20:15 warnes
- * [r1763] fixes for R CMD check
+ * Fix cut-and-paste error.
- * [r1762] Fixes for gtools release 3.2.0
+2014-03-01 20:12 warnes
-2013-12-23 warnes
+ * Update files for gtools 3.3.1 release
- * [r1761] Extend the keywords() function to return keywords
- associated with a specified topic via 'keywords(topic)'.
+2014-03-01 20:02 warnes
- * [r1760] Add keyword.
+ * Fix bug in gtools::mixedorder regular expression for regognizing
+ numbers. (Periods weren't escaped).
- * [r1759] Add stars.pval() function to convert p-values into
- significance symbols.
+2014-02-11 17:44 warnes
-2013-11-26 warnes
+ * Create and use locate copy of tools:::.split_op_version.
- * [r1748] mixedorder() was failing to correctly handle numbers
- including decimals due to a faulty regular expression. Prior to
- the fix:
+2014-02-11 17:25 warnes
+
+ * Update for gtools 3.3.0.
+
+2014-02-11 17:19 warnes
+
+ * Fix arguments
+
+2014-02-11 17:17 warnes
+
+ * Update arguments to match code.
+
+2014-02-11 17:14 warnes
+
+ * Add getDependencies() function to return a list of package
+ dependencies.
+
+2014-01-14 19:43 warnes
+
+ * Update for bug-fix release
+
+2014-01-14 19:37 warnes
+
+ * Add test file for binsearch() function.
+
+2014-01-14 15:56 warnes
+
+ * Fixed bug where binsearch() returned the wrong endpoint & value
+ when the found value was at the upper endpoint.
+
+2014-01-13 18:16 warnes
+
+ * Fix typo
+
+2014-01-11 23:39 warnes
+
+ * Update for gtools release 3.2.0
+
+2014-01-11 23:38 warnes
+
+ * fixes for R CMD check
+
+2014-01-11 23:24 warnes
+
+ * Fixes for gtools release 3.2.0
+
+2013-12-23 18:48 warnes
+
+ * Extend the keywords() function to return keywords associated with
+ a specified topic via 'keywords(topic)'.
+
+2013-12-23 16:08 warnes
+
+ * Add keyword.
+
+2013-12-23 16:04 warnes
+
+ * Add stars.pval() function to convert p-values into significance
+ symbols.
+
+2013-11-26 14:38 warnes
+
+ * mixedorder() was failing to correctly handle numbers including
+ decimals due to a faulty regular expression. Prior to the fix:
- > drr [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5 mg" >
- gtools::mixedsort(drr) [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5
- mg" After the fix:
+ > drr
+ [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5 mg"
+ > gtools::mixedsort(drr)
+ [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5 mg"
- > drr [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5 mg" >
- mixedsort(drr) [1] "Dose 0.04 mg" "Dose 0.3 mg" "Dose 0.5 mg"
+ After the fix:
+ > drr
+ [1] "Dose 0.3 mg" "Dose 0.04 mg" "Dose 0.5 mg"
+ > mixedsort(drr)
+ [1] "Dose 0.04 mg" "Dose 0.3 mg" "Dose 0.5 mg"
+
In addition, an optimization was added that checked if the input
- vector was numeric. If so, simply use the existing base::order
- function.
+ vector
+ was numeric. If so, simply use the existing base::order function.
-2013-11-18 warnes
+2013-11-18 16:06 warnes
- * [r1747] Use ".Deprecated" instead of warning.
+ * Use ".Deprecated" instead of warning.
-2013-11-06 warnes
+2013-11-06 14:53 warnes
- * [r1746] Update files for gtools 3.1.1
+ * Update files for gtools 3.1.1
- * [r1745] Fix problem with mixedorder/mixedsort when there is only
- zero or one elements in the vector.
+2013-11-06 14:51 warnes
-2013-09-23 warnes
+ * Fix problem with mixedorder/mixedsort when there is only zero or
+ one elements in the vector.
- * [r1716] Comment out empty sections in gtools-deprecated.Rd
+2013-09-23 15:46 warnes
- * [r1715] Update files for gtools 3.1.0 release
+ * Comment out empty sections in gtools-deprecated.Rd
- * [r1714] Make 'addLast()' defunct.
+2013-09-23 15:41 warnes
- * [r1713] Mark 'addLast()' as defunct and move 'lastAdd()' function
- to a separate file.
+ * Update files for gtools 3.1.0 release
- * [r1712] Update for gtools 3.0.1 release
+2013-09-23 15:37 warnes
- * [r1711] Use 'suppressWarnings() instead of 'options(warn=-1)' in
+ * Make 'addLast()' defunct.
+
+2013-09-23 15:29 warnes
+
+ * Mark 'addLast()' as defunct and move 'lastAdd()' function to a
+ separate file.
+
+2013-09-23 15:23 warnes
+
+ * Update for gtools 3.0.1 release
+
+2013-09-23 15:19 warnes
+
+ * Use 'suppressWarnings() instead of 'options(warn=-1)' in
'mixedorder()'.
-2013-07-07 warnes
+2013-07-07 00:11 warnes
- * [r1705] Fix typo.
+ * Fix typo.
-2013-07-06 warnes
+2013-07-06 23:55 warnes
- * [r1704] Fix Rd warning.
+ * Fix Rd warning.
- * [r1703] Include lastAdd in NAMESPACE
+2013-07-06 23:49 warnes
- * [r1702] Change assert from deprecated to defunct.
+ * Include lastAdd in NAMESPACE
- * [r1701] Improve deprecation message
+2013-07-06 23:46 warnes
- * [r1700] Update for gtools 3.0.0
+ * Change assert from deprecated to defunct.
- * [r1699] Create new function lastAdd to replace addLast and mark
- addLast as deprecated.
+2013-07-06 23:45 warnes
-2013-07-05 warnes
+ * Improve deprecation message
- * [r1698] Point out that addLast() modifies the value of .Last in
- the global environment.
+2013-07-06 23:43 warnes
- * [r1697] Point out that addLast() modifies the value of .Last in
- the global environment.
+ * Update for gtools 3.0.0
- * [r1696] Update for gtools 2.7.2 mark 2
+2013-07-06 23:26 warnes
- * [r1695] Remove cross-reference to (obsolete?) moc package
+ * Create new function lastAdd to replace addLast and mark addLast
+ as deprecated.
- * [r1694] Update for gtools 2.7.2
+2013-07-05 23:48 warnes
- * [r1693] Update for R version 3.0.0 and later
+ * Point out that addLast() modifies the value of .Last in the
+ global environment.
-2013-03-17 warnes
+2013-07-05 23:47 warnes
- * [r1640] Fix error in smartbind: factor levels were not being
- handled if the factor column was not present in the first data
- frame.
+ * Point out that addLast() modifies the value of .Last in the
+ global environment.
-2012-06-19 warnes
+2013-07-05 23:34 warnes
- * [r1570] Update for gtools 2.7.0.
+ * Update for gtools 2.7.2 mark 2
- * [r1569] Document new 'verbose' argument to smartbind().
+2013-07-05 23:33 warnes
- * [r1568] Clean up R CMD check warnings.
+ * Remove cross-reference to (obsolete?) moc package
-2012-05-04 warnes
+2013-07-05 17:31 warnes
- * [r1529] smartbind(): Improve handling of factors and ordered
- factors.
+ * Update for gtools 2.7.2
-2011-10-05 warnes
+2013-07-05 17:29 warnes
- * [r1518] Update version number for release
+ * Update for R version 3.0.0 and later
- * [r1517] Add 'sep' argument to smartbind() to allow specification
- of character used to separate components of constructed names
+2013-03-17 02:21 warnes
-2011-09-28 warnes
+ * Fix error in smartbind: factor levels were not being handled if
+ the factor column was not present in the first data frame.
- * [r1513] smartbind(): Prevent coersion to data frame from mangling
- column names.
+2012-06-19 19:00 warnes
- * [r1512] Add 'fill' argument to smartbind() to specify a value to
- use for missing entries.
+ * Update for gtools 2.7.0.
- * [r1511] Add 'fill' argument to smartbind() to specify a value to
- use for missing entries.
+2012-06-19 14:00 warnes
-2010-08-14 warnes
+ * Document new 'verbose' argument to smartbind().
- * [r1451] Modify mixedorder()/mixedsort() to better handle strings
+2012-06-19 13:56 warnes
+
+ * Clean up R CMD check warnings.
+
+2012-05-04 16:06 warnes
+
+ * smartbind(): Improve handling of factors and ordered factors.
+
+2011-10-05 17:05 warnes
+
+ * Update version number for release
+
+2011-10-05 16:53 warnes
+
+ * Add 'sep' argument to smartbind() to allow specification of
+ character used to separate components of constructed names
+
+2011-09-28 22:56 warnes
+
+ * smartbind(): Prevent coersion to data frame from mangling column
+ names.
+
+2011-09-28 22:53 warnes
+
+ * Add 'fill' argument to smartbind() to specify a value to use for
+ missing entries.
+
+2011-09-28 22:53 warnes
+
+ * Add 'fill' argument to smartbind() to specify a value to use for
+ missing entries.
+
+2010-08-14 19:28 warnes
+
+ * Modify mixedorder()/mixedsort() to better handle strings
containing multiple periods, like version numbers (e.g 1.1.2,
1.2.1. 1.1.1.1).
-2010-05-01 warnes
+2010-05-01 22:14 warnes
- * [r1434] Update version number for new release
+ * Update version number for new release
- * [r1433] Change Greg's email address to greg at warnes.net
+2010-05-01 22:03 warnes
- * [r1432] Fix error in checkRVersion()
+ * Change Greg's email address to greg at warnes.net
-2010-04-28 ggrothendieck2
+2010-05-01 21:59 warnes
- * [r1431] fixed problems with R CMD CHECK
+ * Fix error in checkRVersion()
-2009-05-09 warnes
+2010-04-28 17:23 ggrothendieck2
- * [r1328] Escape $ in .Rd file to avoid latex issues
+ * fixed problems with R CMD CHECK
- * [r1327] Update NEWS and create softlinks for NEWS and ChangeLog
- in top level directory
+2009-05-09 03:35 warnes
- * [r1326] Move actual NEWS file into inst.
+ * Escape $ in .Rd file to avoid latex issues
- * [r1325] Update Greg's email address and fix Rd syntax errors
+2009-05-09 03:26 warnes
-2009-02-16 warnes
+ * Update NEWS and create softlinks for NEWS and ChangeLog in top
+ level directory
- * [r1313] Correct windows make flags as suggested by Brian Ripley.
+2009-05-09 03:15 warnes
-2008-08-15 warnes
+ * Move actual NEWS file into inst.
- * [r1303] Add keywords() function to show /doc/KEYWORDS file
+2009-05-09 03:13 warnes
-2008-05-29 warnes
+ * Update Greg's email address and fix Rd syntax errors
- * [r1285] Add newVersionAvailable() function to compare running and
- latest available R versions
+2009-02-16 15:34 warnes
-2008-05-26 warnes
+ * Correct windows make flags as suggested by Brian Ripley.
- * [r1284] Update license specification
+2008-08-15 13:15 warnes
- * [r1283] Remove 'assert' man page
+ * Add keywords() function to show /doc/KEYWORDS file
-2008-05-22 warnes
+2008-05-29 23:19 warnes
- * [r1282] Finish rename of assert.R to assert-depricated.Rd
+ * Add newVersionAvailable() function to compare running and latest
+ available R versions
- * [r1281] Add checkRVersion.R file
+2008-05-26 19:15 warnes
- * [r1280] Rename again to get correct extension!
+ * Update license specification
- * [r1279] Update NEWS for 2.5.0
+2008-05-26 15:04 warnes
- * [r1278] Add man page for checkRVersion
+ * Remove 'assert' man page
- * [r1277] Rename assert-deprecated.R to assert.R to meet R file
- name requirements.
+2008-05-22 16:40 warnes
- * [r1276] Add checkRVersion to NAMESPACE, and increment version in
+ * Finish rename of assert.R to assert-depricated.Rd
+
+2008-05-22 16:35 warnes
+
+ * Add checkRVersion.R file
+
+2008-05-22 16:34 warnes
+
+ * Rename again to get correct extension!
+
+2008-05-22 16:30 warnes
+
+ * Update NEWS for 2.5.0
+
+2008-05-22 16:17 warnes
+
+ * Add man page for checkRVersion
+
+2008-05-22 16:16 warnes
+
+ * Rename assert-deprecated.R to assert.R to meet R file name
+ requirements.
+
+2008-05-22 16:15 warnes
+
+ * Add checkRVersion to NAMESPACE, and increment version in
DESCRIPTION.
- * [r1275] Remove broken SEE LSO reference
+2008-05-22 16:14 warnes
-2008-04-12 warnes
+ * Remove broken SEE LSO reference
- * [r1259] Improve text explanation of how defmacro() and strmacro()
- differ from function().
+2008-04-12 19:42 warnes
- * [r1258] assert() is now deprecated in favor of base::stopifnot()
+ * Improve text explanation of how defmacro() and strmacro() differ
+ from
+ function().
- * [r1257] Rename 'assert.R' to 'deprecated.R'.
+2008-04-12 19:19 warnes
- * [r1256] Assert is now deprecated in favor of base::stopifnot(),
- so add call to .Deprecated() to inform the user.
+ * assert() is now deprecated in favor of base::stopifnot()
-2007-11-30 warnes
+2008-04-12 19:19 warnes
- * [r1228] Update defnitions of odd() and even() to use modulus
- operator instead of division. Prettier, I think, :-D
+ * Rename 'assert.R' to 'deprecated.R'.
-2007-08-08 warnes
+2008-04-12 19:14 warnes
- * [r1121] Fix bug identified by R-2.6's check routings in
- binsearch()
+ * Assert is now deprecated in favor of base::stopifnot(), so add
+ call to
+ .Deprecated() to inform the user.
- * [r1120] Add the binsearch(), previously in the genetics package.
+2007-11-30 18:05 warnes
-2007-07-18 ggorjan
+ * Update defnitions of odd() and even() to use modulus operator
+ instead of division. Prettier, I think, :-D
- * [r1100] typo fixed
+2007-08-08 13:52 warnes
-2007-04-12 warnes
+ * Fix bug identified by R-2.6's check routings in binsearch()
- * [r1088] Add ask() function to prompt the user and collect a
- single response.
+2007-08-08 13:48 warnes
-2007-04-07 warnes
+ * Add the binsearch(), previously in the genetics package.
- * [r1087] Fix improper escapes in regexp detected by R 2.5.0
- package check.
+2007-07-18 11:48 ggorjan
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/r-gregmisc -r 2192
More information about the R-gregmisc-commits
mailing list