[R-gregmisc-users] SF.net SVN: r-gregmisc:[1588] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-29 18:10:40
|
Revision: 1588 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1588&view=rev Author: warnes Date: 2012-06-29 18:10:34 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Update DESCRIPTION and NEWS for SASxport 1.3.0 Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2012-06-29 18:08:33 UTC (rev 1587) +++ trunk/SASxport/DESCRIPTION 2012-06-29 18:10:34 UTC (rev 1588) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.2.4 -Date: 2010-11-11 +Version: 1.3.0 +Date: 2012-06-29 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 2012-06-29 18:08:33 UTC (rev 1587) +++ trunk/SASxport/inst/NEWS 2012-06-29 18:10:34 UTC (rev 1588) @@ -1,3 +1,19 @@ +Version 1.3.0 2012-06-27 +------------------------ + +New features: + +- New function makeSASNames() to create valid and unique SAS names + from character vectors. + +Bug fixes: + +- Improper handling of duplicates names in write.xport() was + generating names longer than 8 characters, resulting in invalid + files. Corrected by using the new makeSASNames() function instead + of the R make.names() function. + + Version 1.2.4 2010-11-11 ------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |