[R-gregmisc-users] SF.net SVN: r-gregmisc:[1832] trunk/SASxport/NAMESPACE
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-18 00:35:31
|
Revision: 1832 http://sourceforge.net/p/r-gregmisc/code/1832 Author: warnes Date: 2014-07-18 00:35:23 +0000 (Fri, 18 Jul 2014) Log Message: ----------- Add default label method to Hmisc import to resolve problem if SASxport::read.xport is called without loading SASxport Modified Paths: -------------- trunk/SASxport/NAMESPACE Modified: trunk/SASxport/NAMESPACE =================================================================== --- trunk/SASxport/NAMESPACE 2014-07-17 02:56:17 UTC (rev 1831) +++ trunk/SASxport/NAMESPACE 2014-07-18 00:35:23 UTC (rev 1832) @@ -2,7 +2,7 @@ importFrom(chron, chron, times) importFrom(utils, packageDescription) -importFrom(Hmisc, label, "label<-") +importFrom(Hmisc, label, label.default, "label<-", "label<-.default") export( toSAS, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |