Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.verbose=TRUE: One use of message(), everything else via cat() #62

Open
HenrikBengtsson opened this issue Dec 12, 2023 · 0 comments
Open

Comments

@HenrikBengtsson
Copy link

HenrikBengtsson commented Dec 12, 2023

Hello, while inspecting what the different doNnn packages do with foreach(..., .verbose = TRUE), I spotted that doRedis uses message() in one case:

if(obj$verbose) message("Submitting task(s) ", j, ":", k)

whereas cat() everywhere else. This means some of the verbose output ends up on standard output and some on standard error, and they cannot be captured the same way in R.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant