Skip to content

Commit 1e767f7

Browse files
committed
chore: update dotfiles
1 parent a8fe7f5 commit 1e767f7

File tree

3 files changed

+19
-56
lines changed

3 files changed

+19
-56
lines changed

.Rbuildignore

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
^.*\.Rproj$
2-
^.Renviron$
3-
^.pre-commit-config.yaml$
4-
^CITATION.cff$
2+
^CITATION\.cff$
3+
^CONTRIBUTING\.md$
54
^CRAN-RELEASE$
65
^CRAN-SUBMISSION$
7-
^LICENSE$
8-
^README.html$
6+
^Dockerfile$
7+
^LICENSE\.md$
8+
^Meta$
99
^README\.Rmd$
10+
^README\.html$
11+
^\.Renviron$
1012
^\.Rproj\.user$
1113
^\.ccache$
14+
^\.dockerignore$
1215
^\.editorconfig$
16+
^\.gitattributes$
1317
^\.github$
1418
^\.gitignore$
1519
^\.httr-oauth$
1620
^\.ignore$
1721
^\.lintr$
22+
^\.pre-commit-config\.yaml$
1823
^\.vscode$
1924
^_pkgdown\.yml$
2025
^attic$
2126
^codecov\.yml$
2227
^codemeta\.json$
28+
^compose\.ya?ml$
2329
^cran-comments\.md$
2430
^data-raw$
25-
^docs$
31+
^docs?$
2632
^inst/extdata/.+\.R$
2733
^man-roxygen$
2834
^paper$

.gitignore

+4-48
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig
2-
# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,r
3-
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode,linux,r
4-
5-
### Linux ###
6-
*~
7-
8-
# temporary files which can be created if a process still has a handle open of a deleted file
9-
.fuse_hidden*
10-
11-
# KDE directory preferences
12-
.directory
13-
14-
# Linux trash folder which might appear on any partition or disk
15-
.Trash-*
16-
17-
# .nfs files are created when an open file is removed but is still being accessed
18-
.nfs*
19-
20-
### R ###
211
# History files
222
.Rhistory
233
.Rapp.history
@@ -44,6 +24,8 @@
4424
# produced vignettes
4525
vignettes/*.html
4626
vignettes/*.pdf
27+
doc/
28+
Meta/
4729

4830
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
4931
.httr-oauth
@@ -68,34 +50,8 @@ po/*~
6850
# RStudio Connect folder
6951
rsconnect/
7052

71-
### R.Bookdown Stack ###
72-
# R package: bookdown caching files
73-
/*_files/
74-
75-
### VisualStudioCode ###
76-
.vscode/*
77-
!.vscode/settings.json
78-
!.vscode/tasks.json
79-
!.vscode/launch.json
80-
!.vscode/extensions.json
81-
!.vscode/*.code-snippets
82-
83-
# Local History for Visual Studio Code
84-
.history/
85-
86-
# Built Visual Studio Code Extensions
87-
*.vsix
88-
89-
### VisualStudioCode Patch ###
90-
# Ignore all local history of files
91-
.history
92-
.ionide
93-
94-
# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode,linux,r
95-
96-
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
97-
98-
revdep/
53+
# CRAN
54+
CRAN-RELEASE
9955
CRAN-SUBMISSION
10056

10157
# MacOS

man/mlr3cluster-package.Rd

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)