Skip to content

Commit

Permalink
renv ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Aug 15, 2024
1 parent 52c1ff7 commit f20c355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
^renv$
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^vignettes$
Expand Down
17 changes: 3 additions & 14 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,56 +1,45 @@
# History files
.Rhistory

# Session Data files
.RData
.RDataTmp

# User-specific files
.Ruserdata

# Output files from R CMD check
/*.Rcheck/

# RStudio files
.Rproj.user/

# Produced vignettes
vignettes/*.html
vignettes/*.pdf

# R Environment Variables
.Renviron

# Documents and results
docs/
output/

# Mac files
.DS_STORE
.idea/

# Compiled Object files
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.a
*.lib

# Other C++ files
**/__history/

# EXPLORE result files
*.result
inst/cmake-build-debug
inst/cmake-build-debug-coverage
docs

# PaRe Report
Report.html
Report_files/
renv.lock
renv
.Rprofile

0 comments on commit f20c355

Please sign in to comment.