From 782c72de472e65b3a4ca791e8e60c6d13c0cbdad Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Sun, 4 Jun 2023 19:38:20 +0200
Subject: [PATCH] restore graphics parameters

---
 R/cats_analysis.R | 1 +
 1 file changed, 1 insertion(+)

diff --git a/R/cats_analysis.R b/R/cats_analysis.R
index 39f8da1..8c7c5e2 100644
--- a/R/cats_analysis.R
+++ b/R/cats_analysis.R
@@ -185,5 +185,6 @@ plot_cats_run <- function(results, catsconfig, run.name = NULL, replicate = 0) {
         #    graphics::par(old_par)
         #}
     #)
+    graphics::par(old_par)
     return(invisible(NULL))
 }
-- 
GitLab