From 38aef1cbef037257bf03dd1e65fbb682a32e3f2c Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 11 Jan 2017 03:28:18 +0100 Subject: [PATCH] TODO: defaults.R + complete parallel launch tasks in main.R --- code/draft_R_pkg/R/defaults.R | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/code/draft_R_pkg/R/defaults.R b/code/draft_R_pkg/R/defaults.R index 7880ddd..4205745 100644 --- a/code/draft_R_pkg/R/defaults.R +++ b/code/draft_R_pkg/R/defaults.R @@ -1,4 +1,11 @@ #TODO: ascii format (default) (+ binary format?) -writeTmp(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE) #if last=TRUE, close the conn -readTmp(..., from index, n curves) #careful: connection must remain open +defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE) +{ + #if last=TRUE, close the conn (??) +} +#careful: connection must remain open +defaultReadTmp = function(start, n) +{ + +} -- 2.44.0