From 354057060570f9170431b2635c2d239f3862daa3 Mon Sep 17 00:00:00 2001 From: Filip Krikava Date: Mon, 9 Sep 2024 20:15:16 +0000 Subject: [PATCH] Add profile for benchmarking --- client/rsh/inst/benchmarks/Rprofile.site | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/rsh/inst/benchmarks/Rprofile.site diff --git a/client/rsh/inst/benchmarks/Rprofile.site b/client/rsh/inst/benchmarks/Rprofile.site new file mode 100644 index 00000000..87823563 --- /dev/null +++ b/client/rsh/inst/benchmarks/Rprofile.site @@ -0,0 +1,6 @@ +options(error = function() { + traceback(3) + quit(status = 1, save = "no") +}) + +# vim: set ft=r: