commit 68e1c51fa763884a3e4c9c072d7afee3fe1f80fc
parent 48a7572ef0f44f331c7b93926c7b05822fd2ef6d
Author: Erik Loualiche <[email protected]>
Date: Mon, 6 Jun 2022 12:28:03 +0200
Update rules.mk
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules.mk b/rules.mk
@@ -36,10 +36,11 @@ endef
# --------------------------------------------------------------------------------------------------------
# This will depend on your configuration. Easiest is to symlin latest julia to /usr/bin/julia
SHELL := /bin/bash
-WRDS_USERNAME := XXXX # adjust your WRDS username here
+# adjust your WRDS username here
+WRDS_USERNAME := XXXX
R_OPTS := --vanilla
# --------------------------------------------------------------------------------------------------------
# --------------------------------------------------------------------------------------------------------
-endif-
\ No newline at end of file
+endif