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")

Try the future.tests package in your browser

Any scripts or data that you put into this service are public.

future.tests documentation built on May 31, 2023, 9:28 p.m.