Nothing
## context("ggWater")
## test_that("general use",{
## fileRef <- "testReference/ggwater1.rds"
## p1 <- ggplot(data.frame(x=1,y=1),aes(x,y))+geom_point()
## p1 <- p1+ggwater()
## ### I don't understand why this no longer works. The reference has no watermark.
## ## expect_equal_to_reference(p1,fileRef)
## })
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.