library(testthat)
test_that("git repo getting works", {
testthat::skip_on_cran()
expect_equal(get_pkg_git("stickr"), "akgold/stickr")
# expect_equal(get_pkg_git("textmineR"), "TommyJones/textmineR")
# expect_equal(get_pkg_git("tidytext"), "juliasilge/tidytext")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.