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

Remove outputs from roxygen examples #2575

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

IndrajeetPatil
Copy link
Collaborator

In pkgdown, this output is right below the code.
In RStudio IDE, users can just click on "Run examples", and it will show the output.
Everywhere else, the users can execute the code and see the outputs. I don't think we need to embed the outputs here.


Another issue is that styler keeps restyling this code, which needs to be reverted:

styler::style_text('get_r_string(expr_as_xml4.0, "expr[2]") # "a\\b"')
#> get_r_string(expr_as_xml4.0, "expr[2]") # "a\b"

@AshesITR AshesITR merged commit 6c2eb75 into main May 14, 2024
20 checks passed
@AshesITR AshesITR deleted the rm-outputs-from-roxy-examples branch May 14, 2024 05:27
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

Successfully merging this pull request may close these issues.

2 participants