File tree Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Expand file tree Collapse file tree 4 files changed +4
-33
lines changed Original file line number Diff line number Diff line change 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
2417vignettes /* .html
2518vignettes /* .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
40-
4129# pkgdown site
4230docs /
43-
4431# General
4532.DS_Store
4633.AppleDouble
4734.LSOverride
48-
4935# Icon must end with two \r
5036Icon
51-
52-
53-
5437# Thumbnails
5538._ *
56-
5739# Files that might appear in the root of a volume
5840.DocumentRevisions-V100
5941.fseventsd
6244.Trashes
6345.VolumeIcon.icns
6446.com.apple.timemachine.donotpresent
65-
6647# Directories potentially created on remote AFP share
6748.AppleDB
6849.AppleDesktop
6950Network Trash Folder
7051Temporary Items
7152.apdisk
72-
7353# Windows thumbnail cache files
7454Thumbs.db
7555Thumbs.db:encryptable
7656ehthumbs.db
7757ehthumbs_vista.db
78-
7958# Dump file
8059* .stackdump
81-
8260# Folder config file
8361[Dd ]esktop.ini
84-
8562# Recycle Bin used on file shares
8663$RECYCLE.BIN /
87-
8864# Windows Installer files
8965* .cab
9066* .msi
9167* .msix
9268* .msm
9369* .msp
94-
9570# Windows shortcuts
9671* .lnk
97-
9872.vscode /*
9973! .vscode /settings.json
10074! .vscode /tasks.json
@@ -104,14 +78,12 @@ $RECYCLE.BIN/
10478.vscode
10579/doc /
10680/Meta /
107-
10881# Ignore local symlinks
10982rmarkdown
11083! inst /rmarkdown
11184inst /doc
112-
11385documentation
114-
11586paper /submission
11687paper /submission.zip
11788man /figures /unnamed-chunk-6-1.png
89+ CRAN-SUBMISSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818# '
1919# ' @seealso [MeasureFairnessComposite]
2020# ' @export
21- # ' @examples
21+ # ' @examplesIf rlang::is_installed("rpart")
2222# ' library("mlr3")
2323# ' # Create MeasureFairness to measure the Predictive Parity.
2424# ' t = tsk("adult_train")
You can’t perform that action at this time.
0 commit comments