2007-11-01 06:43  warnes

	* man/SASxport-package.Rd, man/label.Rd, man/read.xport.Rd,
	  man/toSAS.Rd, man/write.xport.Rd: Update to match changes to
	  functions

2007-11-01 06:42  warnes

	* DESCRIPTION: Update to match package changes

2007-11-01 06:42  warnes

	* tests/Alfalfa_Test.Rout.save, tests/TestUnnamedComponents.R,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.Rout.save, tests/testDates.Rout.save,
	  tests/testNegative.Rout.save, tests/testNumeric.R,
	  tests/testNumeric.Rout.save, tests/test_fields.Rout.save,
	  tests/xport.Rout.save, tests/xxx.R, tests/xxx.Rout.save: Update
	  stored test output to match package changes

2007-11-01 06:41  warnes

	* inst/NEWS: Update for new release

2007-11-01 06:16  warnes

	* NAMESPACE: Remove dependency on foreign

2007-11-01 06:15  warnes

	* src/ieee2ibm.c, src/init.c, src/swap_bytes.h: Copy code from
	  foreign for lookup.xport() and read.xport(), extend
	  lookup.xport() to show information about SAS format and iformat

2007-11-01 06:14  warnes

	* R/SASformat.R, R/SASiformat.R, R/formats.R, R/fstr.R,
	  R/iformat.R, R/lookup.xport.R, R/make.formats.R, R/read.xport.R,
	  R/toSAS.R, R/write.xport.R: - Use of the attribute named 'format'
	  caused problems with chron
	  objects. Consequently, the format information is now stored in
	  the
	  'SASformat' attribute. For consistency, the input format
	  information
	  is now stored in the 'SASiformat' attribute.
	  
	  - The functions for extracting and setting the format and iformat
	  information have been renamed to 'SASformat' and 'SASiformat',
	  etc.
	  
	  - In order to properly handle SAS format information, we now use
	  a
	  locally modified version of foreign::lookup.xport and
	  foreign::read.xport.
	  
	  - Various typo corrections
	  
	  - Creation of a new function fstr() to generate sas format name
	  strings
	  using name, length, and digits information.
	  
	  - Addion of a toSAS method for chron() objects

2007-11-01 06:01  warnes

	* R/xport.R, src/SASxport.c, src/SASxport.h: Copy code from foreign
	  for lookup.xport() and read.xport(), extend lookup.xport() to
	  show information about SAS format and iformat

2007-11-01 05:59  warnes

	* R/importConvertDateTime.R: Improve handling of SAS data and time
	  formats, simplify code

2007-10-29 15:37  warnes

	* DESCRIPTION, R/xport.numeric.R, inst/ChangeLog, src/ibm2ieee.c,
	  src/ieee2ibm.c, tests/testNegative.R: Fixes to correct handling
	  storage of negative numbers

2007-10-29 15:35  warnes

	* R/zzz.R: Belatedly commit change to startup message to give path
	  to SASxport product page rather than contact page

2007-10-29 15:34  warnes

	* src/reverse.c: Comment out debugging message in reverse()

2007-10-29 15:32  warnes

	* tests/Alfalfa_Test.Rout.save,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.Rout.save, tests/testDates.Rout.save,
	  tests/test_fields.Rout.save, tests/xport.Rout.save,
	  tests/xxx.Rout.save: Commit changes to stored output to match
	  changed package load message

2007-10-22 02:24  warnes

	* branches/GenerateFORMATSfromFactorObjects/SASxport/DESCRIPTION,
	  trunk/MSOfficeUtil/DESCRIPTION, trunk/RMCMC/DESCRIPTION,
	  trunk/Rlsf/DESCRIPTION, DESCRIPTION, trunk/bwRF/DESCRIPTION,
	  trunk/exp.ssize/DESCRIPTION, trunk/fork/DESCRIPTION,
	  trunk/gdata/DESCRIPTION, trunk/gmodels/DESCRIPTION,
	  trunk/gplots/DESCRIPTION, trunk/gregmisc/DESCRIPTION,
	  trunk/ssize/DESCRIPTION: Clarify GPL version

2007-10-02 22:34  warnes

	* inst/ChangeLog, tests/Alfalfa_Test.Rout.save,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.Rout.save, tests/testDates.Rout.save,
	  tests/test_fields.Rout.save, tests/xport.Rout.save,
	  tests/xxx.Rout.save: Add information on how to get help to the
	  startup message

2007-10-02 22:30  warnes

	* R/zzz.R: Add information on how to get help to the startup
	  message

2007-10-02 21:21  warnes

	* NAMESPACE: Add dependenct on utils::packageDescription

2007-10-01 20:09  warnes

	* tests/Alfalfa_Test.Rout.save,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.Rout.save, tests/testDates.Rout.save,
	  tests/test_fields.Rout.save, tests/xport.Rout.save,
	  tests/xxx.Rout.save: Update saved R output to include startup
	  message

2007-09-25 19:58  warnes

	* DESCRIPTION, inst/ChangeLog: Update version number and date

2007-09-25 19:54  warnes

	* man/SASxport-package.Rd, man/write.xport.Rd: Indicate that Metrum
	  partially funded development

2007-09-25 19:53  warnes

	* R/zzz.R: Display version and support information on package load

2007-09-18 17:42  warnes

	* DESCRIPTION: Spent more time than Metrum paid for

2007-09-15 06:17  warnes

	* man/SASxport-package.Rd, man/lookup.xport.Rd, man/read.xport.Rd,
	  man/toSAS.Rd, tests/TestUnnamedComponents.Rout.save: Improve
	  formatting for pdf output

2007-09-15 05:06  warnes

	* inst/ChangeLog: Update changelog

2007-09-15 04:55  warnes

	* tests/TestUnnamedComponents.R: Changes so test
	  TestUnnamedCompontents.R runs under R 2.4.1 on Win32

2007-09-15 04:01  warnes

	* DESCRIPTION, R/make.formats.R, R/toSAS.R, R/write.xport.R,
	  R/xport.character.R, man/Alfalfa.Rd, man/lookup.xport.Rd,
	  man/toSAS.Rd, man/write.xport.Rd, tests/Alfalfa_Test.R,
	  tests/Alfalfa_Test.Rout.save,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.R, tests/cars.Rout.save, tests/test.xpt,
	  tests/testDates.Rout.save, tests/test_fields.Rout.save,
	  tests/xport.Rout.save, tests/xxx.R, tests/xxx.Rout.save: Add
	  support for auto-generating SAS formats for factor objects.
	  Refactor argument name handling to improve code clarity.

2007-09-14 15:35  warnes

	* R/process.formats.R, R/read.xport.R, data, data/Alfalfa.R,
	  data/Alfalfa.xpt, inst/ChangeLog, man/Alfalfa.Rd,
	  man/lookup.xport.Rd, man/read.xport.Rd,
	  tests/TestUnnamedComponents.Rout.save: Add option to read.xport()
	  that permits inclusion of PROC CONTENTS format information in the
	  returned list

2007-09-13 17:36  warnes

	* R/read.xport.R: Ensure 'names.tolower' applies to dataset names

2007-09-13 01:55  warnes

	* tests/TestUnnamedComponents.Rout.save: Update test output to
	  match recent changes.

2007-09-13 01:19  warnes

	* R/write.xport.R: Add checking and handling for unnamed data
	  frames or variables

2007-09-13 01:14  warnes

	* tests/Alfalfa_Test.Rout.save, tests/TestUnnamedComponents.R,
	  tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save,
	  tests/cars.Rout.save, tests/testDates.Rout.save,
	  tests/test_fields.Rout.save, tests/xport.Rout.save,
	  tests/xxx.Rout.save: Update tests now that 'units' and 'units<-'
	  functions no longer are included

2007-09-12 22:27  warnes

	* NAMESPACE: Remove units() and units<-() functions since they
	  arene't ever used.

2007-09-12 22:25  warnes

	* R/units.R, man/label.Rd, man/units.Rd: Remove units() and
	  units<-() functions since they arene't ever used.

2007-09-12 22:24  warnes

	* man/units.Rd: Remove units from manual page

2007-09-11 23:08  warnes

	* man/read.xport.Rd: Add assertion to test that read.xport(..,
	  as.list=TRUE) works properly

2007-09-11 23:05  warnes

	* R/write.xport.R: Forgot to save buffer before svn commit.

2007-09-11 21:22  warnes

	* R/read.xport.R, man/read.xport.Rd: Correct error in handling
	  'verbose' argument, error when more than one dataset has the same
	  name, and add 'as.list' argument to ensure return value is a
	  list, even if there is only one dataset in the file

2007-09-11 21:21  warnes

	* R/write.xport.R, man/write.xport.Rd: Improve handling of list
	  argument. Also check that names are proper and unique.

2007-09-07 16:47  warnes

	* tests/Theoph.R, tests/Theoph.Rout.save: Add round-trip test for
	  Theoph data set

2007-09-07 16:32  warnes

	* tests/Alfalfa_Test.Rout.save, tests/cars.Rout.save,
	  tests/testDates.Rout.save, tests/xxx.Rout.save: Change argument
	  name in write.xport from 'filename' to 'file' to match read.xport

2007-09-07 16:25  warnes

	* man/write.xport.Rd: Change argument name in write.xport from
	  'filename' to 'file' to match read.xport

2007-09-07 16:23  warnes

	* R/write.xport.R, man/read.xport.Rd, man/write.xport.Rd,
	  tests/Alfalfa_Test.R, tests/cars.R, tests/testDates.R,
	  tests/xxx.R: Change argument name in write.xport from 'filename'
	  to 'file' to match read.xport

2007-09-07 16:21  warnes

	* DESCRIPTION: Fix typo

2007-08-29 02:24  warnes

	* DESCRIPTION: Update Version to 1.0, depend on current version of
	  foreign

2007-08-22 19:21  warnes

	* ChangeLog, NEWS, inst/ChangeLog, inst/NEWS: Update ChangeLog and
	  NEWS files

2007-08-22 18:11  warnes

	* R/read.xport.R, man/read.xport.Rd, tests/xport.Rout.save: Modify
	  read.xport to preserve case of SAS names by default, as well as
	  updating the example code.

2007-08-22 01:19  warnes

	* src/reverse.c: sprintf() was being used where printf() was
	  intended.

2007-08-21 18:16  warnes

	* DESCRIPTION: Slight improvement to credits for BRL-CAD

2007-08-21 18:13  warnes

	* TODO, man/lookup.xport.Rd, man/read.xport.Rd: Commit previous
	  updates

2007-08-21 18:12  warnes

	* src/htond.c, src/ibm2ieee.c, src/ieee2ibm.c, src/init.c,
	  src/reverse.c, src/test_fields.c: Commit previous updates

2007-08-15 07:02  warnes

	* DESCRIPTION, man/SASxport-package.Rd, src/cnxptiee.c,
	  src/cnxptiee.h, src/htond.c, src/init.c, src/reverse.c,
	  src/test_fields.c, src/writeSAS.c, src/writeSAS.h: Remove
	  dependency on SAS code

2007-08-15 06:06  warnes

	* src/reverse.c: Fix reverse.c because we need to swap everything
	  to match Big-Endian, rather than Little-Endian. Also, dont' call
	  the macro.

2007-08-15 06:04  warnes

	* src/reverse.c: Restore reverse.c

2007-08-15 03:17  warnes

	* DESCRIPTION: Minor reformatting

2007-08-15 03:14  warnes

	* DESCRIPTION, inst/doc/SAS_TS140.txt, inst/doc/index.html,
	  inst/doc/r2xpt.doc, man/SASxport-package.Rd, man/lookup.xport.Rd,
	  man/read.xport.Rd, man/toSAS.Rd, man/units.Rd,
	  man/write.xport.Rd: Make corrections for typos noted by Metrum
	  folks

2007-08-12 03:22  warnes

	* DESCRIPTION, man/lookup.xport.Rd, src/cnxptiee.h,
	  src/test_fields.c, src/writeSAS.h: More updates

2007-08-12 03:13  warnes

	* src/B8.h, src/IEEEtoIBM.c, src/MASKS.h, src/main.c,
	  src/reverse.c: Remove new stuff... use SAS's code instead

2007-08-12 03:12  warnes

	* src/B8.h, src/IEEEtoIBM.c, src/MASKS.h, src/cnxptiee.h,
	  src/main.c, src/reverse.c, src/test_fields.c, src/writeSAS.h: 1st
	  attempt at rewriting cnxptiee.[ch]

2007-08-11 23:48  warnes

	* R/read.xport.R: Explicitly check file header

2007-08-11 00:03  warnes

	* DESCRIPTION, man/SASxport-package.Rd: Improve package description

2007-08-09 23:29  warnes

	* DESCRIPTION, NAMESPACE, TODO, man/lookup.xport.Rd,
	  man/read.xport.Rd, man/units.Rd: More changes, esp to
	  lookup.xport() and friends

2007-08-09 23:28  warnes

	* tests/Alfalfa_Test.Rout.save, tests/cars.Rout.save,
	  tests/xport.Rout.save: More changes, esp to lookup.xport() and
	  friends

2007-08-09 23:28  warnes

	* R/AFirst.lib.s, R/all.is.numeric.R, R/in.opererator.R,
	  R/lookup.xport.R, R/read.xport.R, R/write.xport.R: More changes,
	  esp to lookup.xport() and friends

2007-08-09 19:02  warnes

	* src/swap_bytes.h: Remove unused swap_bytes.h

2007-08-09 19:02  warnes

	* man/SASxport-package.Rd: Add package description page

2007-08-09 16:54  warnes

	* R/importConvertDateTime.R, R/makeNames.R, R/read.xport.R,
	  R/testDateTime.R: Add comment header indicating the source of
	  code from Hmisc

2007-08-09 16:53  warnes

	* tests/testDates.Rout.save, tests/test_fields.Rout.save,
	  tests/xport.Rout.save, tests/xxx.Rout.save: Update saved output
	  of test scripts

2007-08-08 18:54  warnes

	* DESCRIPTION, NAMESPACE: Updates

2007-08-08 18:54  warnes

	* tests/Alfalfa_Test.R, tests/Alfalfa_Test.Rout.save, tests/cars.R,
	  tests/cars.Rout.save, tests/datetime.xpt, tests/testDates.R,
	  tests/test_fields.R, tests/test_fields.Rout.save, tests/xport.R,
	  tests/xxx.R, tests/xxx.Rout.save: Updates

2007-08-08 18:54  warnes

	* src/SASxport.c, src/SASxport.h, src/foreign.h, src/init.c:
	  Updates

2007-08-08 18:53  warnes

	* R/AFirst.lib.s, R/formats.R, R/iformat.R,
	  R/importConvertDateTime.R, R/label.R, R/lookup.xport.R,
	  R/makeNames.R, R/read.xport.R, R/testDateTime.R, R/units.R,
	  R/xport.R: Updates

2007-08-08 18:53  warnes

	* man/assert.Rd, man/read.xport.Rd, man/units.Rd: Updates.

2007-08-03 04:44  warnes

	* DESCRIPTION, NAMESPACE, R/scat.R, R/xport.R, R/zzz.R,
	  man/lookup.xport.Rd, man/read.xport.Rd, src/SASxport.c,
	  src/SASxport.h, src/cnxptiee.c, src/cnxptiee.h, src/foreign.h,
	  src/init.c, src/swap_bytes.h, src/test_fields.c, src/writeSAS.c,
	  src/writeSAS.h, tests/Alfalfa_Test.Rout.save,
	  tests/cars.Rout.save, tests/datetime.xpt, tests/test.xpt,
	  tests/testDates.Rout.save, tests/test_fields.Rout.save,
	  tests/xport.R, tests/xport.Rout.save, tests/xxx.Rout.save: Add
	  code from package foreign and gtools to make SASxport stand alone

2007-08-03 01:46  warnes

	* R/.Rhistory: Remove stray .Rhistory file

2007-08-03 01:45  warnes

	* DESCRIPTION: Acknowledge MetrumI support

2007-08-03 01:45  warnes

	* NAMESPACE: Add "assert" function

2007-08-03 01:44  warnes

	* R/assert.R, man/assert.Rd: Add "assert" function to avoid
	  dependenct on gtools.

2007-08-03 01:29  warnes

	* man/toSAS.Rd, src/cnxptiee.c, src/writeSAS.c: Correct some typos.

2007-08-03 00:40  warnes

	* DESCRIPTION: Drop version number to 0.99 until testing
	  integration and is complete

2007-08-03 00:39  warnes

	* tests/test_fields.R: Add R test file to run c-level tests

2007-08-03 00:36  warnes

	* src/SASxport.so: Remove .so from svn

2007-08-03 00:35  warnes

	* NAMESPACE, R/fromSASDate.R, R/parseFormat.R, R/toSAS.R,
	  R/write.xport.R, R/xport.character.R, R/xport.file.header.R,
	  R/xport.member.header.R, R/xport.namestr.R, man/toSAS.Rd,
	  src/SASxport.so, src/writeSAS.c: More modifications. Should now
	  work for most R data types

2007-08-03 00:35  warnes

	* tests/cars.R, tests/datetime.xpt, tests/testDates.R, tests/xxx.R:
	  Add more tests

2007-07-29 01:15  warnes

	* tests/Alfalfa2.xpt, tests/cars.sas, tests/cars.xpt,
	  tests/xxx.sas, tests/xxx.xpt: Add SAS code to create xport data
	  files for testing

2007-07-28 08:47  warnes

	* ., DESCRIPTION, NAMESPACE, R, R/.Rhistory, R/blanks.R,
	  R/rawToDisplay.R, R/write.xport.R, R/xport.NA.R,
	  R/xport.character.R, R/xport.dateFMT.R, R/xport.file.header.R,
	  R/xport.fill.R, R/xport.member.header.R, R/xport.namestr.R,
	  R/xport.namestr.header.R, R/xport.numeric.R,
	  R/xport.obs.header.R, R/zzz.R, inst, inst/doc,
	  inst/doc/SAS_TS140.txt, inst/doc/index.html, inst/doc/r2xpt.doc,
	  man, man/write.xport.Rd, src, src/SASxport.so, src/cnxptiee.c,
	  src/cnxptiee.h, src/test_fields.c, src/writeSAS.c,
	  src/writeSAS.h, tests, tests/Alfalfa.xpt, tests/Alfalfa2.xpt,
	  tests/Alfalfa_Test.R: Add SVNxport package

