DHSC-Capstone/.gitignore

71 lines
869 B
Text
Raw Normal View History

2022-08-02 16:44:01 -04:00
# History files
.Rhistory
.Rapp.history
# Session Data files
.RData
.RDataTmp
# User-specific files
.Ruserdata
# Example code in package build process
*-Ex.R
# Output files from R CMD build
/*.tar.gz
# Output files from R CMD check
/*.Rcheck/
# RStudio files
.Rproj.user/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
.httr-oauth
# knitr and R markdown default cache directories
*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
# R Environment Variables
.Renviron
# pkgdown site
docs/
# translation temp files
po/*~
# RStudio Connect folder
rsconnect/
# Quarto Files
/.quarto/
_book/
2023-01-03 19:44:57 -05:00
# Do not share data
/ML/data-unshared
2023-01-22 11:35:59 -05:00
# do not share images. Need to be created on each computer
/figures/
2023-01-03 19:44:57 -05:00
ML/praticeML.R
2023-01-22 11:35:59 -05:00
2023-03-22 12:10:53 -04:00
ML/outputs
2023-01-22 11:35:59 -05:00
2023-02-27 10:34:27 -05:00
Final Paper/
2023-06-07 12:16:22 -04:00
test.Rda