start <- Sys.time()
library(tima)
log_debug(
"This script",
crayon::green(
"prepares a library of retention times",
"from MGF or tabular data. \n"
)
)
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ...")
targets::tar_make(names = tidyselect::matches("lib_rt"))
end <- Sys.time()
log_debug("Script finished in", crayon::green(format(end - start)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.