File tree Expand file tree Collapse file tree 2 files changed +130
-127
lines changed Expand file tree Collapse file tree 2 files changed +130
-127
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Code
4
4
use_cubist(island ~ ., data = penguins)
5
- Error <rlang_error>
6
- Cubist models are only for regression
5
+ Condition
6
+ Error in `use_cubist()`:
7
+ ! Cubist models are only for regression
7
8
8
9
---
9
10
10
11
Code
11
12
use_C5.0(bill_depth_mm ~ ., data = penguins)
12
- Error <rlang_error>
13
- C5.0 models are only for classification.
13
+ Condition
14
+ Error in `use_C5.0()`:
15
+ ! C5.0 models are only for classification.
14
16
15
17
# no access to clipboard
16
18
17
19
Code
18
20
use_kknn(mpg ~ ., data = mtcars, clipboard = TRUE)
19
- Message <simpleMessage>
21
+ Message
20
22
CLIPR_ALLOW has not been set, so clipr will not run interactively
21
- Error <rlang_error>
22
- Please use `clipboard = FALSE`
23
+ Condition
24
+ Error in `check_clipboard()`:
25
+ ! Please use `clipboard = FALSE`
23
26
You can’t perform that action at this time.
0 commit comments