Skip to content

Commit

Permalink
swap lines
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Mar 5, 2024
1 parent 81bdb65 commit 2c39169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/record_versions.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ get_current_versions <- function(
repos = "https://r-releases.r-universe.dev"
) {
out <- utils::available.packages(repos = repos)
out <- as.data.frame(out)
out <- out[, c("Package", "Version", "MD5sum")]
out <- as.data.frame(out)
colnames(out) <- c("package", "version_current", "hash_current")
rownames(out) <- NULL
out
Expand Down

0 comments on commit 2c39169

Please sign in to comment.