Skip to content

Commit

Permalink
comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Mar 5, 2024
1 parent 6addffa commit 455de78
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 @@ -72,7 +72,7 @@ read_versions_previous <- function(manifest) {

update_version_manifest <- function(current, previous) {
new <- merge(x = current, y = previous, all = TRUE)
incremented <- manifest_compare_versions(manifest = new) > 0.5
incremented <- manifest_compare_versions(manifest = new) == 1L
new$version_highest[incremented] <- new$version_current[incremented]
new$hash_highest[incremented] <- new$hash_current[incremented]
new
Expand Down

0 comments on commit 455de78

Please sign in to comment.