[R-gregmisc-users] SF.net SVN: r-gregmisc:[1861] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-21 14:48:30
|
Revision: 1861 http://sourceforge.net/p/r-gregmisc/code/1861 Author: warnes Date: 2014-07-21 14:48:27 +0000 (Mon, 21 Jul 2014) Log Message: ----------- Change version number to 1.5.0 and update NEWS file. Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2014-07-21 14:43:57 UTC (rev 1860) +++ trunk/SASxport/DESCRIPTION 2014-07-21 14:48:27 UTC (rev 1861) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.4.2 -Date: 2014-07-17 +Version: 1.5.0 +Date: 2014-07-21 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 Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2014-07-21 14:43:57 UTC (rev 1860) +++ trunk/SASxport/inst/NEWS 2014-07-21 14:48:27 UTC (rev 1861) @@ -1,8 +1,11 @@ -Version 1.4.2 - 2014-07-17 +Version 1.5.0 - 2014-07-21 -------------------------- Bug fixes: +- Now works properly on big-endian systems such as the PowerPC, + Spark. (Reported by Brian Ripley ) + - Explicitly cast left bit shifts to avoid undefined C language behavior. (Reported by Brian Ripley) @@ -10,6 +13,12 @@ SASxport::read.xport is called without loading SASxport. (Reported by Dominic Comtois) +- 'read.xport' now preserves '$' at the beginning of SAS character + format and iformat strings. (Reported by Dominic Comtois) + +- 'read.xport' argument names.tolower was not being honored for + dataset names. (Reported by Dominic Comtois) + Other changes: - Modified several test files to display generated .xpt data so that @@ -17,17 +26,7 @@ - C code cleanup and reorgaization to improve clarity. -Version 1.4.1 - 2014-07-16 --------------------------- -Bug fixes: - -- 'read.xport' now preserves '$' at the beginning of SAS character - format and iformat strings. (Reported by Dominic Comtois) - -- 'read.xport' argument names.tolower was not being honored for - dataset names. (Reported by Dominic Comtois) - Version 1.4.0 - 2014-04-09 -------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |