Skip to content

Instantly share code, notes, and snippets.

@yutannihilation
Created February 10, 2024 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutannihilation/a03c3074deb1e8930b98477ee7796500 to your computer and use it in GitHub Desktop.
Save yutannihilation/a03c3074deb1e8930b98477ee7796500 to your computer and use it in GitHub Desktop.
deps <- pkgdepends::new_pkg_installation_proposal(".", config = list(sysreqs = TRUE, sysreqs_lookup_system = FALSE))
deps$solve()
any(vapply(deps$get_sysreqs(), \(x) "cargo" %in% names(x), logical(1L)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment