[R-gregmisc-commits] r2129 - pkg/SASxport

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 12 19:10:44 CEST 2016


Author: warnes
Date: 2016-08-12 19:10:43 +0200 (Fri, 12 Aug 2016)
New Revision: 2129

Modified:
   pkg/SASxport/DESCRIPTION
   pkg/SASxport/NAMESPACE
Log:
Commit linkgering changes.

Modified: pkg/SASxport/DESCRIPTION
===================================================================
--- pkg/SASxport/DESCRIPTION	2016-05-31 17:03:33 UTC (rev 2128)
+++ pkg/SASxport/DESCRIPTION	2016-08-12 17:10:43 UTC (rev 2129)
@@ -3,8 +3,8 @@
 Title: Read and Write SAS XPORT Files
 Version: 1.5.4
 Date: 2016-03-25
-Description: This package provides functions for reading, listing
-  the contents of, and writing SAS xport format files.
+Description: Functions for reading, listing
+    the contents of, and writing SAS xport format files.
   The functions support reading and writing of either
   individual data frames or sets of data frames.  Further,
   a mechanism has been provided for customizing how

Modified: pkg/SASxport/NAMESPACE
===================================================================
--- pkg/SASxport/NAMESPACE	2016-05-31 17:03:33 UTC (rev 2128)
+++ pkg/SASxport/NAMESPACE	2016-08-12 17:10:43 UTC (rev 2129)
@@ -3,6 +3,7 @@
 importFrom(chron, chron, times)
 importFrom(utils, packageDescription)
 importFrom(Hmisc, label, label.default, "label<-", "label<-.default")
+importFrom(utils, download.file)
 
 export(
        toSAS,



More information about the R-gregmisc-commits mailing list