Skip to content

Commit

Permalink
Fix #141
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed Jun 3, 2023
1 parent 729bb64 commit efc7c9c
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 efc7c9c

Please sign in to comment.