Skip to content

Commit

Permalink
Add "V" before version number in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Thompson12 committed Jan 2, 2024
1 parent 6ad586e commit afbedab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_insert_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ upload_pkg_lst <- function(pkg_lst, assess_db, repos, updateProgress = NULL) {

uploaded_packages$version[i] <- as.character(ref$version)
if (is.function(updateProgress))
updateProgress(1, glue::glue("{uploaded_packages$package[i]} {uploaded_packages$version[i]}"))
updateProgress(1, glue::glue("{uploaded_packages$package[i]} V{uploaded_packages$version[i]}"))

found <- nrow(dbSelect(
"SELECT name
Expand Down

0 comments on commit afbedab

Please sign in to comment.