Code
if (getRversion() >= "4.1") {
build(file.path(src, "testDummy"), dest_path = dest, quiet = TRUE)
} else {
suppressMessages(build(file.path(src, "testDummy"), dest_path = dest, quiet = TRUE))
}
Condition
Error in `force()`:
! converted from `R CMD build` warning.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.