Skip to content

Commit

Permalink
Fix thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 2, 2023
1 parent 55d02fa commit e1953d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: renv
Type: Package
Title: Project Environments
Version: 0.17.3-80
Version: 0.17.3-81
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"), email = "kevin@rstudio.com"),
person("Posit Software, PBC", role = c("cph", "fnd"))
Expand Down
2 changes: 1 addition & 1 deletion R/difftime.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ renv_difftime_format_short <- function(time, digits = 2L) {

}

renv_difftime_format_slow <- function(time, prefix = "", threshold = NULL) {
renv_difftime_format_slow <- function(time, prefix = "", threshold = 1) {
if (renv_tests_running()) {
return("")
}
Expand Down

0 comments on commit e1953d0

Please sign in to comment.