Skip to content

Commit

Permalink
Non-functional draft created by porting the code of future.BatchJobs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Feb 8, 2017
1 parent 5614db8 commit 02cb48a
Show file tree
Hide file tree
Showing 62 changed files with 4,653 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,47 @@
#----------------------------
# Git and SVN related
#----------------------------
^.svn
^.git
^.make
INSTALL[.]md
OVERVIEW[.]md
README[.]md
CONDUCT[.]md

#----------------------------
# Travis-CI et al.
#----------------------------
^[.]travis[.]yml$
^travis-tool[.]sh$
^pkg-build[.]sh$
^appveyor[.]yml$
^covr-utils.R$
^[.]covr[.]R$
^[.]covr[.]rds$

#----------------------------
# R related
#----------------------------
Rplots.pdf$
^cran-comments[.].*$
^vignettes/.*[.](pdf|PDF)$
^vignettes/.*[.](r|R)$
^vignettes/[.]install_extras$
^Makefile$
^incl
^NAMESPACE,.*[.]txt$
^nohup.*$
^[.]R
^[.]benchmark
^[.]devel
^[.]test
^[.]check
^.*[.]tar[.]gz$

#----------------------------
# Package specific
#----------------------------
^[.]batchtools[.]R$
[.]future

0 comments on commit 02cb48a

Please sign in to comment.