[Phylobase-commits] r884 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Mar 19 04:31:41 CET 2014
Author: francois
Date: 2014-03-19 04:31:40 +0100 (Wed, 19 Mar 2014)
New Revision: 884
Modified:
pkg/R/readNCL.R
Log:
make call to GetNCL more transparent
Modified: pkg/R/readNCL.R
===================================================================
--- pkg/R/readNCL.R 2014-03-19 03:15:05 UTC (rev 883)
+++ pkg/R/readNCL.R 2014-03-19 03:31:40 UTC (rev 884)
@@ -138,7 +138,7 @@
## of characters)
## $stateLabels: the labels for the states of the characters, i.e. the levels of the factors to be returned
## $dataChr: string that contains the data to be returned
- ncl <- .Call("GetNCL", fileName, parameters, PACKAGE="phylobase")
+ ncl <- GetNCL(fileName, parameters)
## Return Error message
if (length(ncl) == 1 && names(ncl) == "ErrorMsg") {
More information about the Phylobase-commits
mailing list