inst/scripts/create_edges_spectra.R

start <- Sys.time()

library(tima)

log_debug(
  "This script",
  crayon::green("performs spectral similarity calculation to create edges. \n")
)
log_debug("Authors: ", crayon::green("AR"), "\n")
log_debug("Contributors: ", crayon::blue("CH"), crayon::cyan("MS"), "\n")

targets::tar_make(names = tidyselect::matches("fea_edg_spe"))

end <- Sys.time()

log_debug("Script finished in", crayon::green(format(end - start)))
taxonomicallyinformedannotation/tima-r documentation built on Jan. 25, 2025, 12:43 p.m.