library(rmarkdown) library(BiocChallenges) library(magrittr) library(gh) htmltools::tagList(rmarkdown::html_dependency_font_awesome())
r BiocChallenges::format_difficulty(params)
.
r paste0(BiocChallenges::format_leaders(params), collapse = "\n")
r BiocChallenges::format_date_created(params)
r paste0(BiocChallenges::format_topics(params), collapse = "\n")
A minimum of r params$duration
is recommended for this challenge.
A list of GitHub repositories that participate in this challenge.
if (length(params$repositories)) { tab <- gh_repositories_info_table(params$repositories) knitr::kable(tab, row.names = FALSE) } else { cat("_No repository currently addresses this challenge._\n") cat("\n") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.