2005-08-31 12:25  nj7w(Nitin Jain)

	* DESCRIPTION: Added DESCRIPTION file

2005-08-31 12:22  nj7w(Nitin Jain)

	* DESCRIPTION.in: removed DESCRIPTION.in

2005-07-20 17:06  nj7w(Nitin Jain)

	* man/ll.Rd: updated documentation

2005-07-20 17:05  nj7w(Nitin Jain)

	* R/Args.R: ## Args() was using a different search path from
	  args(), e.g.	rep <- function(local) return(NULL) args() Args()
	  ## Fixed

2005-07-20 17:05  nj7w(Nitin Jain)

	* R/is.what.R: ## is.what() was giving needless warnings for
	  functions, e.g.  is.what(plot) ## Fixed

2005-07-20 17:04  nj7w(Nitin Jain)

	* R/ll.R: ## ll() was crashing if argument was a list of length
	  zero, e.g.  x <- list() ll(x) ## Fixed, and added sort.elements
	  (see new help page)

2005-06-09 10:20  nj7w(Nitin Jain)

	* R/Args.R, R/aggregate.table.R, R/combine.R, R/elem.R, R/env.R,
	  R/frameApply.R, R/interleave.R, R/is.what.R, R/keep.R, R/ll.R,
	  R/matchcols.R, R/nobs.R, R/read.xls.R, R/rename.vars.R,
	  R/reorder.R, R/trim.R, R/unmatrix.R, inst/perl/IO/AtomicFile.pm,
	  inst/perl/IO/InnerFile.pm, inst/perl/IO/Lines.pm,
	  inst/perl/IO/Scalar.pm, inst/perl/IO/Scalar.pm.html,
	  inst/perl/IO/ScalarArray.pm, inst/perl/IO/Stringy.pm,
	  inst/perl/IO/Wrap.pm, inst/perl/IO/WrapTie.pm,
	  man/aggregate.table.Rd, man/combine.Rd, man/drop.levels.Rd,
	  man/interleave.Rd, man/nobs.Rd, man/rename.vars.Rd,
	  man/reorder.Rd: Updating the version number, and various help
	  files to synchronize splitting of gregmisc bundle in 4 individual
	  components.

2005-06-07 15:51  nj7w(Nitin Jain)

	* R/drop.levels.R: Reverting to the previous version of
	  drop.levels.R by replacing sapply(...) with
	  as.data.frame(lapply(...)) because sapply has  the undesirable
	  effect of converting the object to a matrix, which in turn
	  coerces the factors to numeric.

2005-05-13 14:59  nj7w(Nitin Jain)

	* R/read.xls.R: 1) Using dQuote.ascii function in read.xls as the
	  new version of dQuote doesn't work proprly with UTF-8 locale.  2)
	  Modified CrossTable.Rd usage in gmodels 3) Modified heatmap.2
	  usage in gplots.

2005-04-01 23:19  tag release_2_0_5

2005-04-01 23:19  tag release_2_0_6

2005-04-01 23:19  warnes

	* NAMESPACE, R/drop.levels.R, man/drop.levels.Rd: Move
	  drop.levels() from gtools to gdata.

2005-04-01 23:14  warnes

	* NAMESPACE, R/frameApply.R, man/frameApply.Rd: Move frameApply()
	  to gdata package.

2005-03-31 13:11  warnes

	* man/elem.Rd: Comment out example to avoid R CMD check warnings

2005-03-22 01:16  warnes

	* NAMESPACE, R/ConvertMedUnits.R, data/MedUnits.Rda,
	  data/MedUnits.rda, man/ConvertMedUnits.Rd, man/MedUnits.Rd: Fixes
	  to pass `R CMD check'.

2005-03-21 21:51  warnes

	* R/Args.R, R/env.R, R/ll.R, man/Args.Rd: Integrated fixes from
	  Arni.

2005-03-21 21:50  warnes

	* man/read.xls.Rd: Improve documentation of 'perl' argument and
	  give examples.

2005-03-09 18:39  warnes

	* R/ConvertMedUnits.R, man/ConvertMedUnits.Rd, man/MedUnits.Rd: -
	  Add ConvertMedUnits() plus documentation - Add documentation for
	  MedUnits data set.

2005-03-09 18:37  warnes

	* data/MedUnits.Rda: Update MedUnits data file.

2005-03-09 17:00  warnes

	* data/MedUnits.tab: Don't need both .Rda and .tab forms of the
	  data.

2005-03-09 16:55  warnes

	* data/: MedUnits.Rda, MedUnits.tab: Add MedUnits data set, which
	  provides conversions between American 'Conventional' and Standard
	  Intertional (SI) medical units.

2005-03-01 12:59  warnes

	* man/: elem.Rd, ll.Rd: - Remove 'elem' call from ll example.  -
	  Add note to 'elem' man page that it is depreciated and 'll'
	  should   be used instead.

2005-02-25 20:15  nj7w(Nitin Jain)

	* NAMESPACE, man/elem.Rd, man/env.Rd, man/ll.Rd, man/read.xls.Rd:
	  [no log message]

2005-02-25 18:32  warnes

	* NAMESPACE: Remove ll methods since the base function now handles
	  lists and data frames.

2005-02-25 18:22  warnes

	* R/elem.R, R/env.R, R/ll.R, man/Args.Rd, man/env.Rd, man/ll.Rd:
	  Integrate changes submitted by Arni Magnusson

2005-01-31 17:22  warnes

	* R/read.xls.R, man/read.xls.Rd: Add ability to specify the perl
	  executable and path.

2005-01-28 13:58  warnes

	* DESCRIPTION.in, NAMESPACE: Add dependency on stats.

2005-01-12 15:50  warnes

	* DESCRIPTION.in: Add dependency on R 1.9.0+ to prevent poeple from
	  installing on old versions of R which don't support namespaces.

2004-12-27 17:09  warnes

	* man/unmatrix.Rd: Update usage to match code.

2004-12-27 17:05  warnes

	* R/unmatrix.R: Replace 'F' with 'FALSE'.

2004-10-12 10:57  warneg

	* R/unmatrix.R, man/unmatrix.Rd: Add unmatrix() function

2004-09-27 17:01  tag rel_2_0_0

2004-09-27 17:01  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, man/.Rhistory: Updated to
	  pass R CMD check.

2004-09-03 19:08  warneg

	* inst/xls/iris.xls: added to cvs.

2004-09-03 18:58  warneg

	* inst/perl/xls2csv.pl: Checkin xls2csv.pl.  Should have been in
	  long ago, must have been an oversight

2004-09-03 18:46  warneg

	* R/read.xls.R: Need to look for files using the new package name.

2004-09-03 18:43  warneg

	* man/read.xls.Rd: Need to use the new package name when looking
	  for iris.xls.

2004-09-03 18:42  warneg

	* man/ll.Rd: Add ll.list to the to the list of functions described

2004-09-03 18:42  warneg

	* NAMESPACE: Add ll and friends to the namespace

2004-09-03 13:27  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, R/Args.R,
	  R/aggregate.table.R, R/combine.R, R/elem.R, R/env.R,
	  R/interleave.R, R/is.what.R, R/keep.R, R/ll.R, R/matchcols.R,
	  R/nobs.R, R/read.xls.R, R/rename.vars.R, R/reorder.R, R/trim.R,
	  man/reorder.Rd: initial bundle checkin

2004-09-02 13:14  tag initial

2004-09-02 13:14  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, man/.Rhistory: Initial
	  revision

2004-09-02 13:14  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, man/.Rhistory: [no log
	  message]

2004-08-27 17:57  warnes

	* R/reorder.R, man/reorder.Rd: Fixed bug in mixedsort, and modified
	  reorder.factor to use mixedsort.

2004-07-29 11:27  warnes

	* inst/perl/: IO/AtomicFile.pm, IO/InnerFile.pm, IO/Lines.pm,
	  IO/Scalar.pm, IO/Scalar.pm.html, IO/ScalarArray.pm,
	  IO/Stringy.pm, IO/Wrap.pm, IO/WrapTie.pm, OLE/Storage_Lite.pm,
	  Spreadsheet/ParseExcel.pm, Spreadsheet/ParseExcel/Dump.pm,
	  Spreadsheet/ParseExcel/FmtDefault.pm,
	  Spreadsheet/ParseExcel/FmtJapan.pm,
	  Spreadsheet/ParseExcel/FmtJapan2.pm,
	  Spreadsheet/ParseExcel/FmtUnicode.pm,
	  Spreadsheet/ParseExcel/SaveParser.pm,
	  Spreadsheet/ParseExcel/Utility.pm: Add perl modules to CVS.

2004-07-27 10:29  warnes

	* man/read.xls.Rd: Fix typos/spelling.

2004-07-27 10:25  warnes

	* man/read.xls.Rd: Add note that Perl is required for read.xls to
	  work properly.

2004-07-16 15:28  warnes

	* R/read.xls.R: Remove the temporary csv file if reading it in
	  fails.

2004-06-22 13:09  warnes

	* R/ll.R, man/ll.Rd: Add S3 methods for data frames and lists.

2004-06-07 23:54  warnes

	* inst/bin/: xls2csv, xls2csv.bat: Moved from gregmisc/src/.

2004-06-05 01:22  tag rel_1_11_1

2004-06-05 01:22  tag rel_1_11_2

2004-06-05 01:22  warnes

	* man/read.xls.Rd: Minor enhancment to read.xls example.

2004-06-05 00:05  warnes

	* inst/xls/iris.xls: - Merge Makefile.win into Makefile.
	  Makefile.win now just redirects   to Makefile.  - Update
	  xls2csv.bat and xls2csv shell script to correctly obtain   thier
	  installion path and infer the location of the perl code and
	  libraries.  - The xls2csv.pl script now assumes that the
	  libraries it needs are   installed into the same directory where
	  it is.

2004-05-27 18:38  warnes

	* inst/perl/xls2csv.pl: Moved to xls2csv.pl.in.

2004-05-27 18:20  tag rel_1_11_0

2004-05-27 18:20  warnes

	* inst/perl/xls2csv.pl: More fixes.

2004-05-27 18:20  warnes

	* man/elem.Rd: Fix missing brace.

2004-05-27 17:43  warnes

	* man/elem.Rd:
	  Add explicit package name to see also links.

2004-05-27 17:24  warnes

	* inst/perl/xls2csv.pl: More xls2csv perl module support changes.

2004-05-26 09:40  warnes

	* man/read.xls.Rd: Escape underscores in email addresses so Latex
	  is happy.

2004-05-25 14:45  warnes

	* inst/perl/xls2csv.pl: More changes to xls2csv code.

2004-05-25 13:35  warnes

	* R/Args.R, man/Args.Rd: Add Args() function contributed by Arni
	  Magnusson <arnima@u.washington.edu>.

2004-05-25 13:14  warnes

	* R/read.xls.R:
	  - Change to call perl directly rather than depending on the
	  installed shell script.  This should make the code more portable
	  to MS-Windows systes.

	  - Add additional commants..

2004-05-25 07:35  warnes

	* R/read.xls.R, man/read.xls.Rd: Add read.xls(), a function to read
	  Microsoft Excel files by translating them to csv files via the
	  xls2csv.pl script.

2004-05-24 19:46  warnes

	* inst/: perl/xls2csv.pl, xls/iris.xls: Add files to enable
	  inclusion and installation of xls2csv.pl as part of the package.

2004-04-01 15:23  tag gregmisc_0_10_2

2004-04-01 15:23  warnes

	* R/rename.vars.R, man/rename.vars.Rd: Add function remove.vars().

2004-03-26 17:31  warnes

	* man/reorder.Rd: Contents of package 'mva' moveed to 'stats'.

2004-03-26 17:02  warnes

	* R/is.what.R: - Fix is.what() for use under R 1.9.0 - is.what()
	  now uses is.* functions found in any attached frame

2004-01-21 07:06  tag gregmisc_0_8_9

2004-01-21 07:06  tag rel_0_8_8

2004-01-21 07:06  warnes

	* R/reorder.R, man/reorder.Rd: - Add ... argument to match generic
	  provided in mva.

2004-01-19 17:45  warnes

	* R/elem.R, R/env.R, R/ll.R, man/keep.Rd, man/ll.Rd: - Integrated
	  (partial) patch submitted by Arni Magnusson to clarify help text.
	  - Modifed code to use match.arg().

2003-12-15 16:07  warnes

	* R/env.R:
	  - Applied patch from Arni that fixed a bug that caused env() to
	  crash   if any environment was completely empty

2003-12-02 21:46  tag rel_0_8_5

2003-12-02 21:46  tag rel_0_8_7

2003-12-02 21:46  warnes

	* man/: elem.Rd, ll.Rd: - match function argument defaults with
	  'usage'

2003-12-02 12:00  warnes

	* man/ll.Rd:
	  Add one argument, to match code.

2003-12-01 10:56  warnes

	* R/: elem.R, env.R, is.what.R, keep.R, ll.R:
	  - Apply changes submitted by Arni Magnusson

2003-11-19 09:54  warnes

	* man/: env.Rd, is.what.Rd, keep.Rd, ll.Rd:
	  Changes to pass R CMD check.

2003-11-18 13:45  warnes

	* R/: elem.R, env.R, is.what.R, keep.R, ll.R:
	  - Convert from MS-Dos to Unix line endings.  - Reformat to 80
	  columns.

2003-11-17 17:09  warnes

	* man/elem.Rd: Replace 'T' with 'TRUE' to remove R CMD check error.

2003-11-17 17:09  warnes

	* man/aggregate.table.Rd: Fix syntax error.

2003-11-10 17:11  warnes

	* R/elem.R, R/env.R, R/is.what.R, R/keep.R, R/ll.R, man/elem.Rd,
	  man/env.Rd, man/is.what.Rd, man/keep.Rd, man/ll.Rd:
	  - Add files contributed by Arni Magnusson
	  <arnima@u.washington.edu>. As well as some of my own.

2003-06-07 13:58  warnes

	* man/: aggregate.table.Rd, interleave.Rd:
	  - Fixed error in examples.  Had sqrt(var(x)/(n-1)) for the
	  standard   error of the mean instead of sqrt(var(x)/n).

2003-05-23 14:32  warnes

	* R/matchcols.R, man/matchcols.Rd:
	  - Fixed typos

2003-05-23 14:14  warnes

	* R/matchcols.R, man/matchcols.Rd:
	  - library() backported from 1.7-devel.  This version of the
	  function   adds the "pos=" argument to specify where in the
	  search path the   library should be placed.

	  - updated .First.lib to use library(...pos=3) for MASS to avoid
	  the	'genotype' data set in MASS from masking the genotype
	  funciton in	genetics when it loads gregmisc

	  - Added logit() inv.logit() matchcols() function and
	  corresponding docs

2003-05-20 12:03  warnes

	* R/interleave.R:
	  - Omit NULL variables.

2003-05-20 09:16  warnes

	* R/trim.R, man/trim.Rd:
	  - Added function trim() and assocated docs.

2003-04-22 11:42  tag rel_0_8_4

2003-04-22 11:42  warnes

	* R/reorder.R, man/reorder.Rd:
	  - The mva package (which is part of recommended) now provides a
	  generic 'reorder' function.  Consequently, the 'reorder' function
	    here has been renamed to 'reorder.factor'.

	  - Removed check of whether the argument is a factor object.

2003-03-03 12:48  tag rel_0_8_2

2003-03-03 12:48  tag rel_0_8_3

2003-03-03 12:48  warnes

	* man/reorder.Rd: - Updated to match reorder.Rd which was exetended
	  to handle factor   label names in addition to numeric indices.

2003-03-03 12:24  warnes

	* R/reorder.R:
	  - Added handling of factor level names in addition to numeric
	  indexes.

2002-09-23 10:02  tag rel_0_6_0

2002-09-23 10:02  tag rel_0_7_0

2002-09-23 10:02  tag rel_0_7_2

2002-09-23 10:02  tag rel_0_7_3

2002-09-23 10:02  tag rel_0_7_5

2002-09-23 10:02  tag rel_0_8_0

2002-09-23 10:02  warnes

	* inst/doc/: Rnews.dtx, Rnews.sty, gregmisc.pdf, gregmisc.tex:
	  Added inst/doc directory and contents to CVS.

2002-09-23 09:59  warnes

	* R/aggregate.table.R, R/combine.R, R/interleave.R, R/nobs.R,
	  man/aggregate.table.Rd, man/combine.Rd, man/interleave.Rd,
	  man/nobs.Rd, man/rename.vars.Rd, man/reorder.Rd: - Modified all
	  files to include CVS Id and Log tags.

2002-08-01 14:06  tag rel_0_5_4

2002-08-01 14:06  tag rel_0_5_5

2002-08-01 14:06  warnes

	* R/reorder.R:
	  Added reorder() function to reorder the levels of a factor.

2002-04-08 20:51  tag rel_0_5_3

2002-04-08 20:51  warneg

	* R/rename.vars.R, man/aggregate.table.Rd, man/interleave.Rd,
	  man/reorder.Rd:
	  Checkin for version 0.5.3

2002-04-08 20:46  warneg

	* R/interleave.R: - Properly handle case when some or all arguments
	  are vectors.

2002-03-26 16:22  tag rel_0_5_1

2002-03-26 16:22  warneg

	* man/reorder.Rd:
	  - Changed methods to include '...' to match the generic.  -
	  Updated for version 0.5.1

2002-03-26 14:29  warneg

	* R/nobs.R:
	  Added ... to methods.

2002-03-26 14:29  warneg

	* man/nobs.Rd:
	  Updated to add ... parameter to function calls.

2002-03-26 10:27  warneg

	* man/reorder.Rd:
	  Initial checkin.

2002-03-26 09:28  warneg

	* R/nobs.R: - Added CVS tags

2002-02-21 16:45  warneg

	* R/aggregate.table.R:
	  - Fixed bug where row and column labels didn't always correspond
	  to the contents.  This only occured when a factor was used for
	  by1 or by2 and the factors levels weren't in the default sort
	  order.

2002-02-20 17:10  warneg

	* R/aggregate.table.R:
	  New function.

2002-02-20 17:09  warneg

	* man/aggregate.table.Rd:
	  Initial checkin.

2002-02-20 16:41  warneg

	* man/interleave.Rd, R/interleave.R: Initial checkin.

2002-02-20 16:31  warneg

	* man/nobs.Rd:
	  Noted that specialized methods exist.

2002-02-20 16:29  warneg

	* man/nobs.Rd:
	  Incorrectly had contents of nobs.R here instead of help text.
	  Corrected.

2002-02-20 15:09  warneg

	* man/rename.vars.Rd:
	  Minor changes, typo and formatting fixes.

2002-02-20 15:03  warneg

	* R/nobs.R, man/nobs.Rd: - initial checkin.

2001-12-11 20:39  tag rel_0_5_0

2001-12-11 20:39  warneg

	* man/rename.vars.Rd:
	  Added omitted documentaton for 'info' parameter.  Changed example
	  code not to use 'Orthodont' data set so that the nlme package is
	  not required.

2001-12-07 20:54  warneg

	* R/rename.vars.R: Changed 'T' to 'TRUE' in parameter list.

2001-12-07 18:33  warneg

	* man/rename.vars.Rd: - Fixed see also link.  Mis-typed
	  'data.frame' as 'dataframe'.

2001-12-07 17:55  warneg

	* R/rename.vars.R:
	  Added attribution.

2001-12-07 17:49  warneg

	* man/rename.vars.Rd:
	  Added proper attribution to Don MacQueen.

2001-12-07 16:48  warneg

	* man/rename.vars.Rd:
	  Initial checkin.  Unfortunately, I've lost the email of the
	  person who sent this to me.  I'll credit him/her when I find out
	  who it was!

2001-12-07 16:40  warneg

	* R/rename.vars.R:
	  Initial checkin

2001-12-05 14:51  warneg

	* R/combine.R:
	  - Renamed 'concat' function to 'combine' to avoid name conflict
	  with	 an existing S-Plus function.

2001-12-05 14:44  warneg

	* man/combine.Rd:
	  - Changed function name 'concat' to 'combine' and renamed
	  concat.Rd to	 combine.Rd

