-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update docs for v3.3.0; remove rmessageix #473
Conversation
Codecov Report
@@ Coverage Diff @@
## master #473 +/- ##
======================================
Coverage 93.3% 93.3%
======================================
Files 37 37
Lines 2819 2819
======================================
Hits 2632 2632
Misses 187 187
|
The macOS job failures here are due to r-lib/actions#313. |
This was a duplicate of r-lib/actions#310, already fixed! 🎉 |
However, a new failure for the macOS jobs:
|
8f0001a
to
8c7b56a
Compare
Attempted fixes so far that haven't solved the problem:
Other sources that haven't helped: rstudio/rstudio#9134. |
56c33f6
to
b7d4732
Compare
The problem appears to have resolved itself with a rebase—perhaps because the CI cache was discarded. |
This PR addresses several issues related to documentation, in preparation for v3.3.0.
One improvement: it adds TeX macros like e.g.
\STORAGECHARGE
, which MathJax expands to e.g.\text{STORAGE_CHARGE}
—these are a little more readable than the default TeX treatment of every single letter (S, T, O, R, etc.) as a distinct symbol rendered in italics. The PR does not apply this improvement to existing equations.Also:
How to review
PR checklist
Add or expand tests;coverage checks both ✅