-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
move quarto render into cleanup script #274
Conversation
Unit Tests Summary340 tests 252 ✅ 1m 2s ⏱️ Results for commit 4fa2149. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceTest suite performance difference
Additional test case details
Results for commit d394abc ♻️ This comment has been updated with latest results. |
This looks good and it's ready for a review. Unfortunately the logs on the
|
✅ All contributors have signed the CLA |
I have read the CLA Document and I hereby sign the CLA |
fix #272
move
quarto render
into R CMD BUILD:After
quarto render
we remove the symlink to the book.As a result, we have refreshed files for snapshot tests and also we don't have a book files that R CMD CHECK complains about.