Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Jun 19, 2016
1 parent 0728eb0 commit 961e6f9
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
.travis.yml
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.DS_Store
2 changes: 2 additions & 0 deletions .travis.yml
@@ -0,0 +1,2 @@
language: r
sudo: required
17 changes: 17 additions & 0 deletions enpls.Rproj
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

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

RnwWeave: knitr
LaTeX: pdfLaTeX

BuildType: Package
PackageInstallArgs: --no-multiarch --with-keep.source
PackageRoxygenize: rd,collate,namespace

0 comments on commit 961e6f9

Please sign in to comment.