From a0ab8128e2fe18f17e317e38261eb35ecb1b42ab Mon Sep 17 00:00:00 2001 From: bastien_chassagnol Date: Mon, 9 Oct 2023 10:59:41 +0200 Subject: [PATCH] test --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index f425269..e6f3011 100644 --- a/R/utils.R +++ b/R/utils.R @@ -1,4 +1,4 @@ -# global ---- +# global ---- # test .exec <- new.env() .exec$node <- list(exec_file = NULL, version = NULL) .exec$npm <- list(exec_file = NULL, version = NULL)