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

Change all messages from cat to message #53

Open
stanstrup opened this issue Mar 23, 2020 · 0 comments
Open

Change all messages from cat to message #53

stanstrup opened this issue Mar 23, 2020 · 0 comments

Comments

@stanstrup
Copy link
Contributor

CAMERA gives a lot of status messages. This is normally good but when making tutorials it is often clear to avoid that.

If the messages are created with message() they can be disabled in rmarkdown with message=FALSE. In a script suppressMessages can be used,

Right now the messages are made with cat which cannot be ignored.

Some philosophy on that: https://stackoverflow.com/questions/36699272/why-is-message-a-better-choice-than-print-in-r-for-writing-a-package/36700294

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