Skip to content

Commit

Permalink
import R's ahead Pt.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 9, 2024
1 parent 0967565 commit ad4a7ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Ahead.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module Ahead

import RCall as rc
using RCall

rc.reval("options(repos = c(
techtonique = 'https://techtonique.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))")
rc.reval("install.packages('ahead')")
run(`sudo usermod -a -G staff whoami`)
R"options(repos = c(techtonique = 'https://techtonique.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))"
rc.reval("utils::install.packages('ahead', dependencies=TRUE)")

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

0 comments on commit ad4a7ee

Please sign in to comment.