Nothing
context("Test with QR")
library(starvz)
test_that("starvz with QR", {
skip_on_cran()
skip_if(system.file("extdata", "qr_trace", package = "starvz") == "")
other_data <- starvz_phase1(system.file("extdata", "qr_trace", package = "starvz"), qrmumps_colors, state_filter = 1, whichApplication = "qrmumps")
other_data <- starvz_read(system.file("extdata", "qr_trace", package = "starvz"), system.file("extdata", "qr.yaml", package = "starvz"))
pl <- NULL
pl <- starvz_plot(other_data)
expect_true(is_ggplot(pl) && inherits(pl, "patchwork"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.