Skip to content

Commit

Permalink
adding .gitignore and proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Dec 10, 2016
1 parent fe78a66 commit 6eac435
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
@@ -0,0 +1,7 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
src/*.o
src/*.so
src/*.dll
16 changes: 16 additions & 0 deletions nanotime.Rproj
@@ -0,0 +1,16 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 4
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageInstallArgs: --no-multiarch --with-keep.source

0 comments on commit 6eac435

Please sign in to comment.