Skip to content

Commit

Permalink
install foreach, Rcpp, snow Pt.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 12, 2024
1 parent 87325d8 commit 632a4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ahead.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 632a4b7

Please sign in to comment.