Skip to content

Commit 580f422

Browse files
authored
try resolving conflict fetchters.R again
1 parent 658d974 commit 580f422

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

R/fetchers.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fetchgit <- function(git_pkg, ...) {
1010
package_name <- git_pkg$package_name
1111
repo_url <- git_pkg$repo_url
1212
commit <- git_pkg$commit
13-
output <- get_sri_hash_deps(repo_url, commit, ...)
13+
output <- nix_hash(repo_url, commit)
1414
sri_hash <- output$sri_hash
1515
# If package has no remote dependencie
1616

@@ -369,7 +369,11 @@ fetchlocals <- function(local_r_pkgs) {
369369
}
370370
}
371371

372+
<<<<<<< remove_duplicate_third
372373

374+
=======
375+
376+
>>>>>>> main
373377
#' fetchgits Downloads and installs packages hosted on Git. Wraps `fetchgit()`
374378
#' to handle multiple packages
375379
#' @param git_pkgs A list of three elements: "package_name", the name of the

0 commit comments

Comments
 (0)