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

evaluate appears not to catch all output? #229

Closed
MichelNivard opened this issue Oct 24, 2024 · 1 comment
Closed

evaluate appears not to catch all output? #229

MichelNivard opened this issue Oct 24, 2024 · 1 comment

Comments

@MichelNivard
Copy link

when I run:

evaluate::evaluate("?hist()")

or

evaluate::evaluate("help(hist)")

the contents of the help page aren't caught and cant be replayed? is this a bug or expected behaviour?

@hadley
Copy link
Member

hadley commented Oct 24, 2024

Technically help files are not printed; they're opened in a separate viewer process. If you want to control this you could override utils:::print.help_files_with_topic with your own implementation.

@hadley hadley closed this as completed Oct 24, 2024
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

2 participants