EpiModel / slurmworkflow

Home Page:https://epimodel.github.io/slurmworkflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add a time calculation on all R templates

AdrienLeGuillou opened this issue · comments

simple

start <- Sys.time()
# processes
print(Sys.time() - start)