Skip to content

Commit

Permalink
Merge branch 'v0.3' of ssh://github.com/chainsawriot/rang into paper
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Jun 9, 2023
2 parents 8ac2377 + 1c4b236 commit f98c558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/sysreqs.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ query_sysreqs <- function(rang, os = "ubuntu-20.04") {

## this is vectorized; and for consistency
.query_sysreqs_cran <- function(handles, os) {
Sys.setenv(RSPM_ROOT = "https://packagemanager.posit.co")
remotes::system_requirements(package = handles, os = os)
}

Expand Down

0 comments on commit f98c558

Please sign in to comment.