We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658d974 commit 580f422Copy full SHA for 580f422
R/fetchers.R
@@ -10,7 +10,7 @@ fetchgit <- function(git_pkg, ...) {
10
package_name <- git_pkg$package_name
11
repo_url <- git_pkg$repo_url
12
commit <- git_pkg$commit
13
- output <- get_sri_hash_deps(repo_url, commit, ...)
+ output <- nix_hash(repo_url, commit)
14
sri_hash <- output$sri_hash
15
# If package has no remote dependencie
16
@@ -369,7 +369,11 @@ fetchlocals <- function(local_r_pkgs) {
369
}
370
371
372
+<<<<<<< remove_duplicate_third
373
374
+=======
375
+
376
+>>>>>>> main
377
#' fetchgits Downloads and installs packages hosted on Git. Wraps `fetchgit()`
378
#' to handle multiple packages
379
#' @param git_pkgs A list of three elements: "package_name", the name of the
0 commit comments