To allow for reproducible research, we regularly create [version tags](https://github.com/holgerbrandl/datautils/releases).
Eg. you could use the stable `v1.3` tag
To allow for reproducible research, we prefer [version tags](https://github.com/holgerbrandl/datautils/releases) over cran deployment. You can use these tags to write our workflows. Eg. you could use the stable `v1.45` tag
ggplot(jobData,aes(exec_time_hours,cpu_used_hours,group=jobid))+geom_line(alpha=0.3)+ggtitle("accumulated cpu usage")+geom_vline(aes(xintercept=queueLimit),color="red")