[R-gregmisc-users] SF.net SVN: r-gregmisc:[1805] trunk/SASxport
Brought to you by:
warnes
From: <wa...@us...> - 2014-04-10 02:11:49
|
Revision: 1805 http://sourceforge.net/p/r-gregmisc/code/1805 Author: warnes Date: 2014-04-10 02:11:45 +0000 (Thu, 10 Apr 2014) Log Message: ----------- Update for SASxport 1.4.0. Modified Paths: -------------- trunk/SASxport/DESCRIPTION trunk/SASxport/inst/NEWS Modified: trunk/SASxport/DESCRIPTION =================================================================== --- trunk/SASxport/DESCRIPTION 2014-04-10 02:03:19 UTC (rev 1804) +++ trunk/SASxport/DESCRIPTION 2014-04-10 02:11:45 UTC (rev 1805) @@ -1,7 +1,7 @@ Package: SASxport Type: Package Title: Read and Write SAS XPORT Files -Version: 1.3.7 +Version: 1.4.0 Date: 2014-04-09 Description: This package provides functions for reading, listing the contents of, and writing SAS xport format files. Modified: trunk/SASxport/inst/NEWS =================================================================== --- trunk/SASxport/inst/NEWS 2014-04-10 02:03:19 UTC (rev 1804) +++ trunk/SASxport/inst/NEWS 2014-04-10 02:11:45 UTC (rev 1805) @@ -1,3 +1,20 @@ +Version 1.4.0 - 2014-04-09 +-------------------------- + +API Change: + +- SASxport now relies on the 'label' methods defined by the Hmisc + package instead of defining its own. + +Bug fixes: + +- The 'read.xport' and 'write.xport' functions were failing when both + the SASxport and the Hmisc packages were loaded due to conflicts + between the label methods defined by each package. This has been + resolved by removing the label methods from SASxport and using those + from Hmisc instead. + + Version 1.3.6 2013-10-09 ------------------------ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |