Skip to content

Commit

Permalink
removing progress function call
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Sep 26, 2024
1 parent 66c8c69 commit 5fce2f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/publication_processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,6 @@ map_publications <- function(verbose, func, pub_path = NULL, params_path = NULL,

n_pubs <- length(pub_specs$pub_paths)

pb <- progress::progress_bar$new(
format = "Running publication file: :pub_id [:bar] :percent",
total = n_pubs,
width = 75
)

output <- list()

for (i in 1:n_pubs) {
Expand Down

0 comments on commit 5fce2f2

Please sign in to comment.