From 4af360f411bb97301a54b6f9d5bcb9e86492c1fb Mon Sep 17 00:00:00 2001 From: junos Date: Mon, 3 Jul 2023 14:51:07 +0200 Subject: [PATCH] Use conda Python environment with R. --- straw2analysis.Rproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/straw2analysis.Rproj b/straw2analysis.Rproj index bf7fccb..da19b02 100644 --- a/straw2analysis.Rproj +++ b/straw2analysis.Rproj @@ -14,3 +14,7 @@ LaTeX: XeLaTeX AutoAppendNewline: Yes StripTrailingWhitespace: Yes + +PythonType: conda +PythonVersion: 3.11.3 +PythonPath: E:/ProgramData/mambaforge/envs/straw2analysis/python.exe