From 0ace45a1b8c09b073bc967b852010ac7368a3877 Mon Sep 17 00:00:00 2001 From: Noam Ross <ross@ecohealthalliance.org> Date: Mon, 23 Sep 2019 17:55:11 -0400 Subject: [PATCH] Ping CI --- make.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.R b/make.R index 29ab720..d879223 100755 --- a/make.R +++ b/make.R @@ -20,4 +20,4 @@ config <- drake_config(my_plan) my_graph <- drake::vis_drake_graph(config) visNetwork::visSave(my_graph, here::here("artifacts", "drake_graph.html")) -print(build_times(), n=100) +print(build_times(), n=50) -- GitLab