We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5870ad8 commit 9005314Copy full SHA for 9005314
Makefile
@@ -95,3 +95,9 @@ update_site:
95
96
netlify:
97
netlify deploy --dir=reports --prod
98
+
99
+get_flu_prod_errors:
100
+ Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); get_targets_errors(project = 'flu_hosp_prod')"
101
102
+get_covid_prod_errors:
103
+ Rscript -e "suppressPackageStartupMessages(source(here::here('R', 'load_all.R'))); get_targets_errors(project = 'covid_hosp_prod')"
0 commit comments