Nothing
cli_success <- function(...) {
if (!nzchar(Sys.getenv("TAUDEM_QUIET"))) {
cli::cli_alert_success(...)
}
}
is_ci <- function() {
nzchar(Sys.getenv("CI"))
}
on_windows <- function() {
(tolower(Sys.info()[["sysname"]]) == "windows")
}
release_bullets <- function() {
c("Update vignette cf https://ropensci.org/blog/2019/12/08/precompute-vignettes/")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.