Skip to content

Commit

Permalink
import R's ahead Pt.23
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 9, 2024
1 parent a23706d commit ed3c365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ahead/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/Ahead.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed3c365

Please sign in to comment.