I found the solution. Apparently there is a reporter argument in tar_make() . If I call instead tar_make(reporter = "terse") , then the progress bar disappears.
tar_make()
tar_make(reporter = "terse")