source("./group_aware_functions.R")
source("./build.R")
build_pkg()
dependencies <-
unique(
unlist(
lapply(GROUP_AWARE_FUNCTIONS,
namespace)
)
)
lapply(dependencies, usethis::use_package)
devtools::document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.