ncores <- parallelly::availableCores(which = "all")
print(ncores)
stopifnot(
"cgroups2.cpu.max" %in% names(ncores),
ncores[["cgroups2.cpu.max"]] == 1L
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.