Nothing
library(magrittr)
library(gh)
library(stringr)
library(purrr)
get_package_cran_version <- function() {
gh("/repos/jabrevaya/probstats4econ/releases/latest") %$%
tag_name %>%
str_match("^v([\\d\\.]+)$") %>%
pluck(2)
}
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.