From fff446f5a07a67f565a7bae887f0cdd24c808cdb Mon Sep 17 00:00:00 2001 From: Tom Cardoso Date: Wed, 8 Jul 2020 17:04:33 -0400 Subject: [PATCH] Update run.R --- run.R | 1 - 1 file changed, 1 deletion(-) diff --git a/run.R b/run.R index aa5a6d5..53b74be 100644 --- a/run.R +++ b/run.R @@ -1,4 +1,3 @@ -if (!require('devtools')) install.packages('devtools'); library('devtools') if (!require('here')) install.packages('here'); library('here') source(here::here('config.R'))