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 383d403 commit 736e934Copy full SHA for 736e934
.gitignore
@@ -2,7 +2,6 @@
2
.Rhistory
3
.RData
4
.Ruserdata
5
-*.Rproj
6
.DS_Store
7
.httr-oauth
8
doc
infer.Rproj
@@ -0,0 +1,20 @@
1
+Version: 1.0
+
+RestoreWorkspace: Default
+SaveWorkspace: Default
+AlwaysSaveHistory: Default
+EnableCodeIndexing: Yes
+UseSpacesForTab: Yes
9
+NumSpacesForTab: 3
10
+Encoding: UTF-8
11
12
+RnwWeave: knitr
13
+LaTeX: pdfLaTeX
14
15
+AutoAppendNewline: Yes
16
+StripTrailingWhitespace: Yes
17
18
+BuildType: Package
19
+PackageUseDevtools: Yes
20
+PackageInstallArgs: --no-multiarch --with-keep.source
0 commit comments