#7 introduced a printed status message and progress bar, which is helpful in interactive sessions, but it should switch itself off in non-interactive sessions (e.g. with rlang::is_interactive() or base::interactive()), and there should be an argument to chron_data() that allows the user to manually suppress it.
#7 introduced a printed status message and progress bar, which is helpful in interactive sessions, but it should switch itself off in non-interactive sessions (e.g. with
rlang::is_interactive()orbase::interactive()), and there should be an argument tochron_data()that allows the user to manually suppress it.