Skip to content

Commit 278b062

Browse files
Align R and test files (#192)
1 parent 7fbe78c commit 278b062

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1315
-2518
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ inst/doc
44
.RData
55
.DS_Store
66
docs
7+
tests/testthat/Rplots.pdf

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Config/testthat/edition: 3
6060
Encoding: UTF-8
6161
LazyData: true
6262
Roxygen: list(markdown = TRUE)
63-
RoxygenNote: 7.3.2
63+
RoxygenNote: 7.3.3
6464
Collate:
6565
'bound_prediction.R'
6666
'cal-apply-binary.R'
@@ -72,7 +72,7 @@ Collate:
7272
'cal-estimate-isotonic.R'
7373
'cal-estimate-linear.R'
7474
'cal-estimate-logistic.R'
75-
'cal-estimate-multinom.R'
75+
'cal-estimate-multinomial.R'
7676
'cal-estimate-utils.R'
7777
'cal-estimate-none.R'
7878
'cal-pkg-check.R'
@@ -84,8 +84,8 @@ Collate:
8484
'cal-utils.R'
8585
'cal-validate.R'
8686
'class-pred.R'
87-
'conformal_infer.R'
8887
'conformal_infer_cv.R'
88+
'conformal_infer_full.R'
8989
'conformal_infer_quantile.R'
9090
'conformal_infer_split.R'
9191
'data.R'
File renamed without changes.
File renamed without changes.

man/cal_estimate_multinomial.Rd

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

man/control_conformal_full.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/int_conformal_cv.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/int_conformal_full.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/int_conformal_quantile.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/int_conformal_split.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)