Skip to content

Commit 4713b50

Browse files
committed
Resubmit for extrachecks
1 parent 69f7494 commit 4713b50

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

.gitignore

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,41 @@
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
40-
4129
# pkgdown site
4230
docs/
43-
4431
# General
4532
.DS_Store
4633
.AppleDouble
4734
.LSOverride
48-
4935
# Icon must end with two \r
5036
Icon
51-
52-
53-
5437
# Thumbnails
5538
._*
56-
5739
# Files that might appear in the root of a volume
5840
.DocumentRevisions-V100
5941
.fseventsd
@@ -62,39 +44,31 @@ Icon
6244
.Trashes
6345
.VolumeIcon.icns
6446
.com.apple.timemachine.donotpresent
65-
6647
# Directories potentially created on remote AFP share
6748
.AppleDB
6849
.AppleDesktop
6950
Network Trash Folder
7051
Temporary Items
7152
.apdisk
72-
7353
# Windows thumbnail cache files
7454
Thumbs.db
7555
Thumbs.db:encryptable
7656
ehthumbs.db
7757
ehthumbs_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
10982
rmarkdown
11083
!inst/rmarkdown
11184
inst/doc
112-
11385
documentation
114-
11586
paper/submission
11687
paper/submission.zip
11788
man/figures/unnamed-chunk-6-1.png
89+
CRAN-SUBMISSION

CRAN-SUBMISSION

Lines changed: 0 additions & 3 deletions
This file was deleted.

R/MeasureFairness.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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")

man/MeasureFairness.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)