We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce93fcd commit d031038Copy full SHA for d031038
.gitignore
@@ -21,3 +21,6 @@ _site
21
# Jupyter cache
22
.jupyter_cache
23
/.luarc.json
24
+
25
+# Mac
26
+.DS_Store
mixed-effects-models.Rproj
@@ -1,16 +1,16 @@
1
-Version: 1.0
2
-
3
-RestoreWorkspace: No
4
-SaveWorkspace: No
5
-AlwaysSaveHistory: No
6
7
-EnableCodeIndexing: Yes
8
-UseSpacesForTab: Yes
9
-NumSpacesForTab: 2
10
-Encoding: UTF-8
11
12
-RnwWeave: Sweave
13
-LaTeX: pdfLaTeX
14
15
-QuitChildProcessesOnExit: Yes
16
-DisableExecuteRprofile: Yes
+Version: 1.0
+RestoreWorkspace: No
+SaveWorkspace: No
+AlwaysSaveHistory: No
+EnableCodeIndexing: Yes
+UseSpacesForTab: Yes
+NumSpacesForTab: 2
+Encoding: UTF-8
+RnwWeave: Sweave
+LaTeX: pdfLaTeX
+QuitChildProcessesOnExit: Yes
+DisableExecuteRprofile: Yes
0 commit comments