[R-gregmisc-users] SF.net SVN: r-gregmisc:[1457] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2010-11-12 02:51:25
|
Revision: 1457 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1457&view=rev Author: warnes Date: 2010-11-12 02:51:19 +0000 (Fri, 12 Nov 2010) Log Message: ----------- Update for SASxport release 1.2.4 Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/ChangeLog trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2010-11-12 02:45:39 UTC (rev 1456) +++ trunk/SASxport/DESCRIPTION 2010-11-12 02:51:19 UTC (rev 1457) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.2.3 -Date: 2008-02-29 +Version: 1.2.4 +Date: 2010-11-11 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. The functions support reading and writing of either @@ -11,9 +11,7 @@ variables of different data types are stored. Author: Unless otherwise noted, the contents of this package were written by - Gregory R. Warnes <gr...@ra...>, are - Copyright (c) 2007 by Random Technologies LLC - <http://random-technologies-llc.com>, and are provided under the + Gregory R. Warnes <gr...@wa...> and are provided under the terms of the GNU General Public License, version 2.0 or later. -- The files 'ieee2ibm.c' and 'ibm2ieee.c' were extracted from BRL-CAD, @@ -31,8 +29,8 @@ -- The creation of this package was partially funded by Metrum Institute <http://metruminstitute.org>. -Maintainer: Gregory R. Warnes <gr...@ra...> +Maintainer: Gregory R. Warnes <gr...@wa...> License: GPL-2 Depends: R (>= 2.4.0) Imports: chron -URL: http://random-technologies-llc.com, http://metruminstitute.org +URL: http://www.warnes.net, http://metruminstitute.org Modified: trunk/SASxport/inst/ChangeLog =================================================================== --- trunk/SASxport/inst/ChangeLog 2010-11-12 02:45:39 UTC (rev 1456) +++ trunk/SASxport/inst/ChangeLog 2010-11-12 02:51:19 UTC (rev 1457) @@ -1,3 +1,24 @@ +2010-11-12 02:41 warnes + + * [r1455] R/read.xport.R, R/xport.R: Fix bug: 'as.is=TRUE' argument + to read.xport was being ignored. + +2010-11-12 02:36 warnes + + * [r1454] tests/Alfalfa_Test.Rout.save, + tests/TestUnnamedComponents.Rout.save, tests/Theoph.Rout.save, + tests/cars.Rout.save, tests/datetime.xpt, tests/puromycin.xpt, + tests/testDates.Rout.save, tests/testNegative.Rout.save, + tests/testNumeric.Rout.save, tests/test_as_is.R, + tests/test_as_is.Rout.save, tests/test_fields.Rout.save, + tests/xport.Rout.save, tests/xxx.Rout.save: Add test for proper + function of as.is flag to read.xport + +2008-02-29 15:40 warnes + + * [r1245] DESCRIPTION, inst/ChangeLog, inst/NEWS: Update for + release 1.2.3 + 2008-02-29 15:37 warnes * [r1244] man/write.xport.Rd: Correct typo in write.xport man page Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2010-11-12 02:45:39 UTC (rev 1456) +++ trunk/SASxport/inst/NEWS 2010-11-12 02:51:19 UTC (rev 1457) @@ -1,3 +1,12 @@ +Version 1.2.4 2010-11-11 +------------------------ + +Bug fixes: + +- Fix bug in handling of 'as.is' argument to read.xport ('as.is=TRUE' + was not operating as documented). + + Version 1.2.3 2008-02-29 ------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |