https://github.com/HenrikBengtsson/future
Raw File
Tip revision: a83c9b8d279d68c29d3773054e28bbb80f393cde authored by Henrik Bengtsson on 27 March 2024, 22:08:52 UTC
docs fix [ci skip]
Tip revision: a83c9b8
.Rbuildignore
#----------------------------
# Git and SVN related
#----------------------------
^.svn
^.git
^.make
^INSTALL[.]md$
^OVERVIEW[.]md$
^README.*[.]md$
^CONDUCT[.]md$
^CONTRIBUTING[.]md$
^docs
^pkgdown

#----------------------------
# devtools
#----------------------------
revdep

#----------------------------
# 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
^[.]local
^.*[.]tar[.]gz$

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

#----------------------------
# Miscellaneous
#----------------------------
^.ghi
^.issues
^last.dump*
[.]Rdump
back to top