Skip to content

Commit

Permalink
Remove source universe
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 8, 2024
1 parent 5023e6d commit e37c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local({

my_universe <- Sys.getenv("MY_UNIVERSE")
if(nchar(my_universe)){
options(repos = c(binaries = binary_universe(my_universe), universe = my_universe, getOption("repos")))
options(repos = c(universe = binary_universe(my_universe), getOption("repos")))
}
})

Expand Down

0 comments on commit e37c25a

Please sign in to comment.