Nothing
test_that("test functions.R is correctly copied", {
skip("manual test")
fileInst <- file.path(here::here(), "inst", "functions.R")
fileR <- file.path(here::here(), "R", "functions.R")
functionsInst <- readLines(fileInst)
functionsR <- readLines(fileR)
expect_identical(functionsInst, functionsR)
# code to copy
#file.copy(from = here::here("R", "functions.R"), to = here::here("inst", "functions.R"), overwrite = TRUE)
})
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.