ropensci-books / drake

The user manual for the drake R package
https://books.ropensci.org/drake/
GNU General Public License v3.0
55 stars 26 forks source link

Section 13.4: Predict runtime sec needs a revision #152

Closed pat-s closed 4 years ago

pat-s commented 4 years ago

Section "Strategize your high-performance computing": Some warnings in the code output and the plot shows a horizontal line only: https://books.ropensci.org/drake/time.html

wlandau commented 4 years ago

Thanks, Pat. The jobs argument of predict_runtime() changed to jobs_predict in https://github.com/ropensci/drake/pull/1123. Now fixed. Travis should deploy it soon.