From 8155e46f24ad2aa7562ced1c52333fa95d072d14 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Tue, 8 Aug 2023 15:20:13 +0200 Subject: RStudio project infrastructure --- mkin.Rproj | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 mkin.Rproj (limited to 'mkin.Rproj') diff --git a/mkin.Rproj b/mkin.Rproj new file mode 100644 index 00000000..fac143c3 --- /dev/null +++ b/mkin.Rproj @@ -0,0 +1,22 @@ +Version: 1.0 + +RestoreWorkspace: No +SaveWorkspace: No +AlwaysSaveHistory: No + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: knitr +LaTeX: pdfLaTeX + +AutoAppendNewline: Yes +StripTrailingWhitespace: Yes + +BuildType: Makefile + +UseNativePipeOperator: Yes + +SpellingDictionary: en_GB -- cgit v1.2.1 From 71d2f67189eaaad9b8d61d0f5c709f8d7be65a68 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Tue, 8 Aug 2023 16:56:59 +0200 Subject: Update docs, check and test on RStudio server --- mkin.Rproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkin.Rproj') diff --git a/mkin.Rproj b/mkin.Rproj index fac143c3..beb8549b 100644 --- a/mkin.Rproj +++ b/mkin.Rproj @@ -19,4 +19,7 @@ BuildType: Makefile UseNativePipeOperator: Yes +MarkdownWrap: Column +MarkdownWrapAtColumn: 80 + SpellingDictionary: en_GB -- cgit v1.2.1