This document was autogenerated at r file.mtime("_tests.json")
d <- as.vector(jsonlite::fromJSON('_tests.json')) if (length(d) > 0){ df <- data.frame( id = seq_along(d), test = names(d), status = ifelse(sapply(d, '[[', 1) == 2, ":rage:", ":smile:") ) rownames(df) <- NULL knitr::kable(df, format = 'markdown') } else { cat("No test results available.\n") cat("Please make sure there are tests in Extras/Tests\n") cat("Run `runTests()` from the root folder of the project\n") }
Data/
folder to put data files required by the tests.MetaInfo
tab.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.