[Zooimage-commits] r207 - pkg/zooimage/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jun 20 10:11:52 CEST 2012
Author: kevin
Date: 2012-06-20 10:11:51 +0200 (Wed, 20 Jun 2012)
New Revision: 207
Modified:
pkg/zooimage/R/ZITrain.R
Log:
Bug in prepareZITrain, comment the function checkCapable(unzip). R is now able to manage it without external software
Modified: pkg/zooimage/R/ZITrain.R
===================================================================
--- pkg/zooimage/R/ZITrain.R 2012-06-19 12:43:05 UTC (rev 206)
+++ pkg/zooimage/R/ZITrain.R 2012-06-20 08:11:51 UTC (rev 207)
@@ -23,8 +23,9 @@
ident = NULL, show.log = TRUE, bell = FALSE, start.viewer = FALSE)
{
## Make sure unzip is available
- checkCapable("unzip")
-
+# bug: Erreur dans stop(msg) : unzip - program from Info-Zip not found!
+ #checkCapable("unzip")
+
## First, check that dir is valid
checkDirExists(dir)
More information about the Zooimage-commits
mailing list