From 632a4b7def519ea6d7710c17d20dd1bfd3303a03 Mon Sep 17 00:00:00 2001 From: thierrymoudiki Date: Fri, 12 Jan 2024 07:42:22 +0100 Subject: [PATCH] install foreach, Rcpp, snow Pt.7 --- src/Ahead.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ahead.jl b/src/Ahead.jl index 7a744ba..87e07b9 100644 --- a/src/Ahead.jl +++ b/src/Ahead.jl @@ -51,7 +51,7 @@ module Ahead end R"load_ahead <- try(library(ahead), silent = TRUE)" - R"if(inherits(load_ahead, 'try-error')) {utils::install.packages('.', repos = NULL, lib='.', type = 'source', dependencies = TRUE); library(ahead)}" + #R"if(inherits(load_ahead, 'try-error')) {utils::install.packages('ahead', repos = NULL, lib='.', type = 'source', dependencies = TRUE); library(ahead)}" function foo(x) # https://juliainterop.github.io/RCall.jl/stable/custom/#Nested-conversion