-
Notifications
You must be signed in to change notification settings - Fork 71
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
docs: edits to vignettes #958
Conversation
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 80f58d5 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
Codecov Report
@@ Coverage Diff @@
## main #958 +/- ##
=======================================
Coverage 89.88% 89.88%
=======================================
Files 47 47
Lines 2609 2609
=======================================
Hits 2345 2345
Misses 264 264
Continue to review full report at Codecov.
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 094f453 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
@lorenzwalthert This should be good to go. |
Thanks for starting this 😎 |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if e552415 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
@@ -61,7 +61,7 @@ NULL | |||
#' | |||
#' Gives information about the cache. Note that the size consumed by the cache | |||
#' will always be displayed as zero because all the cache does is creating an | |||
#' empty file of size 0 bytes for every cached expression. The innode is | |||
#' empty file of size 0 bytes for every cached expression. The inode is |
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.
@@ -1,4 +1,4 @@ | |||
#' @api | |||
#' @keywords api |
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.
roxygen2 doesn't have any such tag, so this leaves a warning.
@@ -18,11 +18,11 @@ knitr::opts_chunk$set( | |||
library(styler) | |||
``` | |||
|
|||
This is a developer vignette to explain how caching works and what we learned on the way. To use the caching feature, please have a look at the README. |
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.
README doesn't have anything about caching anymore.
@lorenzwalthert I think this is ready for a review. |
This is how benchmark results would change (along with a 95% confidence interval in relative change) if 11aa626 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
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.
Great. Nothing to add from my side here.
Thanks 😊 |
Marking this as a draft for now, since there might be some other edits that I can include in this PR.