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

Avoid parsing error with {roxygen2} #940

Merged
merged 2 commits into from
Apr 15, 2022
Merged

Avoid parsing error with {roxygen2} #940

merged 2 commits into from
Apr 15, 2022

Conversation

lorenzwalthert
Copy link
Collaborator

Closes #827.

@codecov-commenter
Copy link

Codecov Report

Merging #940 (c10e52d) into main (855601d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head c10e52d differs from pull request most recent head 096f7c5. Consider uploading reports for the commit 096f7c5 to get more accurate results

@@           Coverage Diff           @@
##             main     #940   +/-   ##
=======================================
  Coverage   89.87%   89.88%           
=======================================
  Files          47       47           
  Lines        2608     2610    +2     
=======================================
+ Hits         2344     2346    +2     
  Misses        264      264           
Impacted Files Coverage Δ
R/roxygen-examples-find.R 100.00% <100.00%> (ø)
R/roxygen-examples.R 98.43% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 855601d...096f7c5. Read the comment docs.

@github-actions
Copy link
Contributor

This is how benchmark results would change (along with a 95% confidence interval in relative change) if f3ed47d is merged into main:

  •   :ballot_box_with_check:cache_applying: 23.3ms -> 23.3ms [-2.69%, +2.54%]
  •   :ballot_box_with_check:cache_recording: 997ms -> 1s [-2.26%, +3.53%]
  •   :ballot_box_with_check:without_cache: 2.73s -> 2.67s [-4.6%, +0.78%]

Further explanation regarding interpretation and methodology can be found in the documentation.

@lorenzwalthert lorenzwalthert merged commit 54b1682 into main Apr 15, 2022
@lorenzwalthert lorenzwalthert deleted the issue-827 branch April 15, 2022 21:18
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.

Unrelated blocks without non-comment are connected at best, yield parsing error at worst
2 participants