We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a79a8b commit 220f671Copy full SHA for 220f671
.gitignore
@@ -16,7 +16,6 @@ env
16
/doc/
17
/Meta/
18
.secrets
19
-epidatr.Rproj
20
renv.lock
21
renv/
22
-.Rprofile
+.Rprofile
epidatr.Rproj
@@ -0,0 +1,20 @@
1
+Version: 1.0
2
+
3
+RestoreWorkspace: Default
4
+SaveWorkspace: Default
5
+AlwaysSaveHistory: Default
6
7
+EnableCodeIndexing: Yes
8
+UseSpacesForTab: Yes
9
+NumSpacesForTab: 2
10
+Encoding: UTF-8
11
12
+RnwWeave: Sweave
13
+LaTeX: pdfLaTeX
14
15
+AutoAppendNewline: Yes
+StripTrailingWhitespace: Yes
+BuildType: Package
+PackageUseDevtools: Yes
+PackageInstallArgs: --no-multiarch --with-keep.source
0 commit comments