Skip to content

Commit c45bceb

Browse files
committed
new RStudio version
1 parent 4bb401d commit c45bceb

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@
1212
^cran-comments\.md$
1313
^CRAN-SUBMISSION$
1414
^revdep$
15+
^\.positai$
16+
^\.claude$

.gitignore

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,35 @@
11
# History files
22
.Rhistory
33
.Rapp.history
4-
54
# Session Data files
65
.RData
7-
86
# User-specific files
97
.Ruserdata
10-
118
# Example code in package build process
129
*-Ex.R
13-
1410
# Output files from R CMD build
1511
/*.tar.gz
16-
1712
# Output files from R CMD check
1813
/*.Rcheck/
19-
2014
# RStudio files
2115
.Rproj.user/
22-
2316
# produced vignettes
2417
vignettes/*.html
2518
vignettes/*.pdf
26-
2719
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
2820
.httr-oauth
29-
3021
# knitr and R markdown default cache directories
3122
*_cache/
3223
/cache/
33-
3424
# Temporary files created by R markdown
3525
*.utf8.md
3626
*.knit.md
37-
3827
# R Environment Variables
3928
.Renviron
4029
.Rproj.user
4130
inst/doc
4231
/doc/
4332
/Meta/
4433
docs
34+
.positai
35+
.Rbuildignore

0 commit comments

Comments
 (0)