From 9fa2a59a21499d178d299937bf5765d9f0bbc9f9 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sun, 14 Jan 2024 14:34:49 -0800 Subject: [PATCH] Add project setup --- .gitignore | 4 ++++ webr-org-gh-action.Rproj | 13 +++++++++++++ webr-org-gh-action.code-workspace | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 webr-org-gh-action.Rproj create mode 100644 webr-org-gh-action.code-workspace diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/webr-org-gh-action.Rproj b/webr-org-gh-action.Rproj new file mode 100644 index 0000000..8e3c2eb --- /dev/null +++ b/webr-org-gh-action.Rproj @@ -0,0 +1,13 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX diff --git a/webr-org-gh-action.code-workspace b/webr-org-gh-action.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/webr-org-gh-action.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file