2023-10-11 09:41:10 -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/
|
2023-10-11 11:13:32 -04:00
|
|
|
|
|
|
|
/.quarto/
|
2024-05-17 16:19:09 -04:00
|
|
|
cspell.json
|
2024-07-29 15:44:56 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Files generated by invoking Julia with --code-coverage
|
|
|
|
*.jl.cov
|
|
|
|
*.jl.*.cov
|
|
|
|
|
|
|
|
# Files generated by invoking Julia with --track-allocation
|
|
|
|
*.jl.mem
|
|
|
|
|
|
|
|
# System-specific files and directories generated by the BinaryProvider and BinDeps packages
|
|
|
|
# They contain absolute paths specific to the host computer, and so should not be committed
|
|
|
|
deps/deps.jl
|
|
|
|
deps/build.log
|
|
|
|
deps/downloads/
|
|
|
|
deps/usr/
|
|
|
|
deps/src/
|
|
|
|
|
|
|
|
# Build artifacts for creating documentation generated by the Documenter package
|
|
|
|
docs/build/
|
|
|
|
docs/site/
|
|
|
|
|
|
|
|
# File generated by Pkg, the package manager, based on a corresponding Project.toml
|
|
|
|
# It records a fixed state of all packages used by the project. As such, it should not be
|
|
|
|
# committed for packages, but should be committed for applications that require a static
|
|
|
|
# environment.
|
|
|
|
Manifest.toml
|
2024-08-27 11:43:02 -04:00
|
|
|
|
|
|
|
|
|
|
|
/_*.local
|
2024-12-26 08:58:15 -05:00
|
|
|
|
|
|
|
|
|
|
|
# VScode files
|
|
|
|
|
|
|
|
.vscode/*
|