Skip to content

Commit

Permalink
remove parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 19, 2024
1 parent bb66f2a commit 36b0ff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/CreatePackageReport.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ PackageReport <- R6::R6Class(
input = rmd_file
, output_dir = dirname(self$report_path)
, output_file = basename(self$report_path)
, clean = FALSE
, quiet = TRUE
, params = list(
reporters = private$reporters
Expand Down

0 comments on commit 36b0ff7

Please sign in to comment.