[R-gregmisc-users] SF.net SVN: r-gregmisc:[1671] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-14 16:26:06
|
Revision: 1671 http://sourceforge.net/p/r-gregmisc/code/1671 Author: warnes Date: 2013-06-14 16:26:02 +0000 (Fri, 14 Jun 2013) Log Message: ----------- Updates for SASxport 1.3.5 Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2013-06-14 16:22:39 UTC (rev 1670) +++ trunk/SASxport/DESCRIPTION 2013-06-14 16:26:02 UTC (rev 1671) @@ -1,8 +1,8 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.3.4 -Date: 2013-05-31 +Version: 1.3.5 +Date: 2013-06-14 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 2013-06-14 16:22:39 UTC (rev 1670) +++ trunk/SASxport/inst/NEWS 2013-06-14 16:26:02 UTC (rev 1671) @@ -1,3 +1,11 @@ +Version 1.3.5 2013-06-14 +------------------------ + +Bug fixes: + +- read.xport() and write.xport() now properly handle empty + dataset/dataframe objects. + Version 1.3.4 2013-05-31 ------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |