diff --git a/Ahead/Manifest.toml b/Ahead/Manifest.toml index 7428b79..25e714a 100644 --- a/Ahead/Manifest.toml +++ b/Ahead/Manifest.toml @@ -6,7 +6,7 @@ project_hash = "7a2d2dd43dcf5281bf3e0bad350fc711c20e25cf" [[deps.Ahead]] deps = ["Pkg", "RCall"] -git-tree-sha1 = "22377870e3f1ae83999267532b119826198c5f4f" +git-tree-sha1 = "d8871ee3fed3406051c2902bbaa062b0726dded0" repo-rev = "main" repo-url = "https://github.com/Techtonique/Ahead.jl" uuid = "e561dd4c-0aa7-4ba4-aacb-df50ed0db7d4" diff --git a/src/Ahead.jl b/src/Ahead.jl index 574cca8..190d2ce 100644 --- a/src/Ahead.jl +++ b/src/Ahead.jl @@ -28,7 +28,7 @@ module Ahead CRAN = 'https://cloud.r-project.org'))" R"utils::install.packages('ahead', dependencies=TRUE)" - @rlibrary ahead + R"library(ahead)" function foo(x) # use ahead here