ignore generated binary files while debugging
[epclust.git] / epclust / R / main.R
index b09e934..a982f4c 100644 (file)
@@ -131,7 +131,7 @@ claws = function(getSeries, K1, K2,
        nbytes = .toInteger(nbytes, function(x) x==4 || x==8)
 
        # Serialize series if required, to always use a function
-       bin_dir = ".epclust.bin/"
+       bin_dir = ".epclust_bin/"
        dir.create(bin_dir, showWarnings=FALSE, mode="0755")
        if (!is.function(getSeries))
        {