About
@@ -1,5 +1,5 @@
Package: preprocessCore
-Version: 1.57.0
+Version: 1.57.1
Title: A collection of pre-processing functions
Author: Ben Bolstad <bmb@bmbolstad.com>
Maintainer: Ben Bolstad <bmb@bmbolstad.com>
@@ -93,7 +93,9 @@
#include <Rdefines.h>
#include <Rmath.h>
#include <Rinternals.h>
-
+
+#define DOUBLE_EPS DBL_EPSILON
#ifdef USE_PTHREADS
#include <pthread.h>
#include <limits.h>