Skip to content

Commit

Permalink
import R's ahead Pt.19
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 9, 2024
1 parent 2838f8c commit 74d1b68
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 = "051d9d5127915063ba95889ced78f28dc8b4848d"
git-tree-sha1 = "9f400fc1784ab572b44ee4523ea8d91835970782"
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 @@ -26,7 +26,7 @@ module Ahead

R"options(repos = c(techtonique = 'https://techtonique.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))"
reval("utils::install.packages('ahead', dependencies=TRUE)")
R"utils::install.packages('ahead', dependencies=TRUE)"

@rimport base as rbase
@rimport ahead as rahead
Expand Down

0 comments on commit 74d1b68

Please sign in to comment.