[Dplr-commits] r969 - pkg/dplR
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 4 17:02:59 CET 2015
Author: mvkorpel
Date: 2015-03-04 17:02:59 +0100 (Wed, 04 Mar 2015)
New Revision: 969
Modified:
pkg/dplR/ChangeLog
pkg/dplR/NAMESPACE
Log:
One more missing import added
Modified: pkg/dplR/ChangeLog
===================================================================
--- pkg/dplR/ChangeLog 2015-03-04 15:56:51 UTC (rev 968)
+++ pkg/dplR/ChangeLog 2015-03-04 16:02:59 UTC (rev 969)
@@ -36,9 +36,9 @@
- Exporting net().
- Added previously missing imports. From grDevices:
dev.capabilities(), dev.cur(), png(), dev.off(), dev.set(),
- devAskNewPage(). From utils: read.table(). As these packages are
- attached by default, the missing imports would not have been a
- problem in most cases.
+ devAskNewPage(). From utils: read.table(), write.csv(). As these
+ packages are attached by default, the missing imports would not
+ have been a problem in most cases.
Various .R files
----------------
Modified: pkg/dplR/NAMESPACE
===================================================================
--- pkg/dplR/NAMESPACE 2015-03-04 15:56:51 UTC (rev 968)
+++ pkg/dplR/NAMESPACE 2015-03-04 16:02:59 UTC (rev 969)
@@ -33,7 +33,7 @@
importFrom(stringr, str_pad, str_trim)
importFrom(utils, head, packageDescription, read.fwf, tail,
- packageVersion, write.table, read.table)
+ packageVersion, write.table, read.table, write.csv)
import(Matrix)
More information about the Dplr-commits
mailing list