[R-gregmisc-users] SF.net SVN: r-gregmisc:[1828] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-17 02:16:25
|
Revision: 1828 http://sourceforge.net/p/r-gregmisc/code/1828 Author: warnes Date: 2014-07-17 02:16:22 +0000 (Thu, 17 Jul 2014) Log Message: ----------- Update DESCRIPTION and NEWS for SASxport 1.4.1. Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2014-07-17 02:15:45 UTC (rev 1827) +++ trunk/SASxport/DESCRIPTION 2014-07-17 02:16:22 UTC (rev 1828) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.4.0 -Date: 2014-04-09 +Version: 1.4.1 +Date: 2014-07-16 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-17 02:15:45 UTC (rev 1827) +++ trunk/SASxport/inst/NEWS 2014-07-17 02:16:22 UTC (rev 1828) @@ -1,3 +1,14 @@ +Version 1.4.1 - 2014-07-16 +-------------------------- + +Bug fixes: + +- 'read.xport' now preserves '$' at the beginning of SAS character + format and iformat strings. + +- 'read.xport' argument names.tolower was not being honored for dataset + names. + 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. |