Nothing
test_that("Accepted licences can be obtained", {
skip_on_cran()
skip_if_offline()
skip_if_not(cds_token_works())
expect_no_error({
cds_accepted_licences()
})
})
test_that("A license can be accepted", {
skip_on_cran()
skip_if_offline()
skip_if_not(cds_token_works())
expect_no_error({
cds_accept_licence("cc-by", 1)
})
})
test_that("Licenses can be listed", {
skip_on_cran()
skip_if_offline()
expect_true({
nrow(cds_list_licences()) > 10
})
})
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.