Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhelmus committed Oct 7, 2023
1 parent 7196d42 commit d19619f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/make_repos.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ getAllGHSHAs <- function(pkgs)
}))
}
pkgtabSHA <- merge(pkgTab, getAllGHSHAs(dependencies), by = "Package", all = TRUE)
data.table::fwrite(pkgtabSHA, "patRoonDeps.tsv", sep = "\t")
data.table::fwrite(pkgtabSHA, sprintf("patRoonDeps-%s.tsv", thisRVersion), sep = "\t")

# generate renv.lock file
pkgLockList <- split(data.table::as.data.table(pkgTab), by = "Package")
Expand Down

0 comments on commit d19619f

Please sign in to comment.