tests/progress.R

pcat <- future.tests:::pcat
perase <- future.tests:::perase
preset <- future.tests:::preset

message("*** progress ...")

perase()
cat("\n")

pcat("hello")
cat("\n")
pcat("hello world, how are you?", max_width = 10L)
cat("\n")

preset()
cat("\n")
preset("hello")
cat("\n")

message("*** progress ... DONE")
HenrikBengtsson/future.tests documentation built on May 28, 2023, 2:56 a.m.