inspect_equality <- function(x, y, tol = .Machine$double.eps ^ 0.5) {
abs(x - y) < tol
}
# nocov start
release_questions <- function() {
c(
"Have you updated the version number in inst/CITATION (two fields)?",
"Have you run all the tests listed in cran-comments.md?",
"Have you evaluated the impact on downstream dependencies?",
"Have you updated the 'downstream dependencies' section of cran-comments?"
)
}
# nocov end
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.