-
Notifications
You must be signed in to change notification settings - Fork 6
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
housekeeping #159
housekeeping #159
Conversation
- spell check - consistently use markdown syntax in roxygen docs - style - vignette chunk label fixes - minor rephrasing - update roxygen version - remove unnecessary pander from suggests - follow best practices for Rproject
Codecov Report
@@ Coverage Diff @@
## develop #159 +/- ##
========================================
Coverage 48.57% 48.57%
========================================
Files 55 55
Lines 2530 2532 +2
========================================
+ Hits 1229 1230 +1
- Misses 1301 1302 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the changes are more than MD or style... Can you explain what it does?
@@ -1,7 +1,11 @@ | |||
--- | |||
title: "Atom plots" | |||
author: "OSPSuiteR 2019" | |||
output: rmarkdown::html_vignette | |||
output: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@IndrajeetPatil Why those changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fig.align = 'center'
Figures aligned to center look better.dpi = 300
for better resolution of plots (markdown defaults to dpi = 72, which makes for a poor figure).toc = TRUE
to have a table of content, which makes it easier to navigate between different sections, which is especially useful if the vignette is long.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pchelle FYI: Probably something to use for ReportingEngine as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed
@msevestre This is a draft PR, btw. When the PR is ready, I will ask for a review. :) |
Ok my bad :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert ggplot2 version to >=3.3.0
3.3.5 is not supported yet on some systems where tlf must run
ValidR by Mango. R itself and different packages are usually available in some older version. |
Now the PR is ready for a review 😅 |
@Yuri05 @msevestre Don't wait for my review to merge, I have no idea about TLF :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity, do you use any specific package for spell check of documentation ?
Also, what is the good practice between using \code{} and the back quotes ? (I feel I did not use those properly)
Yes, I use
Not best practice per se, but just a matter of syntactical taste: |
yes. we just all assume we had to use the outdated syntax. Md for the WIN |
roxygen
docsroxygen
versionpander
fromSuggests
.Rproject
ggplot2 3.3.3