Skip to content

Commit

Permalink
Merge pull request #73 from schochastics/json
Browse files Browse the repository at this point in the history
removed the simple json parser
  • Loading branch information
chainsawriot authored Feb 23, 2023
2 parents 099a890 + 8167770 commit fabb92d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 160 deletions.
159 changes: 0 additions & 159 deletions R/json.R

This file was deleted.

2 changes: 1 addition & 1 deletion R/resolve.R
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ query_sysreqs <- function(rang, os = "ubuntu-20.04") {
),
stdout = TRUE
)
res <- json$parse(res)
res <- jsonlite::fromJSON(res,simplifyDataFrame = FALSE)
if (!is.null(res$error)) {
stop(res$error)
}
Expand Down

0 comments on commit fabb92d

Please sign in to comment.