From ed8f1d6caa6f0e5818c21a27418228f0a6863883 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Thu, 29 Nov 2018 22:43:07 -0800 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 61ca43b..5a2ce01 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,4 +5,5 @@ the previous behavior where sarsop runs would be set to `eval=FALSE` and results manually loaded from cache with `meta_from_log` and `alpha_from_log`. Just call `sarsop` again to get load output from cache, if parameters (call signature) matches - any available cache that will be loaded instead. + any available cache that will be loaded instead. +* Uses `processx` to control execution of sarsop C++ code.