message("Setting up Development env for {miiq}")
Sys.setenv(R_REMOTES_UPGRADE = "never")
library(devtools)
library(testthat)
library(goodpractice)
library(lintr)
library(styler)
gp_covr <- function(...) gp(..., checks = "covr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.