https://github.com/shabbychef/PDQutils
Raw File
Tip revision: e0bc52b2cc238aaeabc9060c8bb728cb4ce15812 authored by Steven Pav on 01 April 2021, 19:20:15 UTC
move from travis to github actions
Tip revision: e0bc52b
.gitignore
# for testing, ignore these
Meta
doc/

# dev stuff
.tags
.R_tags
.*.swp
.*.swo

# local build check and whatnot
*.tar.gz
.local/
.staging/
*.Rcheck
.docker_img
*.crancheck
# unit testing
unit_test.log
# drat sentinel
.drat_*
# build static/dynamic
convoluted_build.sh
# codecov
token
# automagically generated?
# ah, but these are needed for install_github:
#NAMESPACE
#DESCRIPTION
#man/
# generated as part of the 'local' vignette build
PDQutils.tex
PDQutils.log
PDQutils/
./PDQutils.pdf
*.aux
*.bbl
*.blg
cache/
.docker_img
*.crancheck
.Rd2pdf*/
Rd2.pdf
submodule_directions.sh
back to top