knitr::opts_chunk$set( error = TRUE, collapse = TRUE, comment = "#>", out.width = "100%" )
library(testthat) library(jeksterslabRutils) context("Test util_os.")
os <- util_os()
test_that("util_os works", { expect_true( (os %in% c("linux", "osx", "windows")) ) })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.