[Phylobase-commits] r895 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 31 17:59:34 CEST 2014
Author: francois
Date: 2014-03-31 17:59:33 +0200 (Mon, 31 Mar 2014)
New Revision: 895
Modified:
pkg/R/readNCL.R
Log:
changed print() to message()
Modified: pkg/R/readNCL.R
===================================================================
--- pkg/R/readNCL.R 2014-03-20 22:08:16 UTC (rev 894)
+++ pkg/R/readNCL.R 2014-03-31 15:59:33 UTC (rev 895)
@@ -145,7 +145,7 @@
stop(ncl$ErrorMsg)
}
- if (!quiet) print(ncl)
+ if (!quiet) message(ncl)
## Disclaimer
if (!length(grep("\\{", ncl$dataChr)) && return.labels && !polymorphic.convert) {
More information about the Phylobase-commits
mailing list