#' @import dplyr
NULL
.onLoad <- function(libname, pkgname) {
if (!require("opal")) {
utils::install.packages("openssl", repos=c('https://cran.rstudio.com/'))
utils::install.packages('opal', repos=c('https://cran.rstudio.com/', 'https://cran.obiba.org'), dependencies=TRUE)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.