From 90d545d662847f1145f494eb141e79a18bc13d54 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Wed, 27 Mar 2024 11:02:51 -0500 Subject: [PATCH 1/3] update snaps for recipes selections --- tests/testthat/_snaps/R4.3/selections.md | 2 +- tests/testthat/_snaps/selections.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/_snaps/R4.3/selections.md b/tests/testthat/_snaps/R4.3/selections.md index b3aec7d96..61a3dfe82 100644 --- a/tests/testthat/_snaps/R4.3/selections.md +++ b/tests/testthat/_snaps/R4.3/selections.md @@ -4,7 +4,7 @@ recipes_eval_select(quos = quos(I(beds:sqft)), data = Sacramento, info = info_sac) Condition Error: - ! Problem while evaluating `I(beds:sqft)`. + i In argument: `I(beds:sqft)`. Caused by error: ! object 'beds' not found diff --git a/tests/testthat/_snaps/selections.md b/tests/testthat/_snaps/selections.md index 62b18cb92..a0660963a 100644 --- a/tests/testthat/_snaps/selections.md +++ b/tests/testthat/_snaps/selections.md @@ -4,7 +4,7 @@ recipes_eval_select(quos = quos(log(beds)), data = Sacramento, info = info_sac) Condition Error: - ! Problem while evaluating `log(beds)`. + i In argument: `log(beds)`. Caused by error: ! object 'beds' not found From 0ea9607f61f824770adc019ebde2856e842a66b0 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Wed, 27 Mar 2024 11:14:03 -0500 Subject: [PATCH 2/3] update extraction snap --- tests/testthat/_snaps/extract-dials.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testthat/_snaps/extract-dials.md b/tests/testthat/_snaps/extract-dials.md index ececade94..a46705d08 100644 --- a/tests/testthat/_snaps/extract-dials.md +++ b/tests/testthat/_snaps/extract-dials.md @@ -4,7 +4,7 @@ extract_parameter_dials(bare_rec, parameter = "none there") Condition Error in `extract_parameter_dials()`: - ! No parameter exists with id 'none there'. + ! No parameter exists with id "none there". # extract single parameter from recipe with no tunable parameters @@ -12,5 +12,5 @@ extract_parameter_dials(rm_rec, parameter = "none there") Condition Error in `extract_parameter_dials()`: - ! No parameter exists with id 'none there'. + ! No parameter exists with id "none there". From d37bf1bcdf1d74c3f4548ae792cfaf13e6fd8e85 Mon Sep 17 00:00:00 2001 From: simonpcouch Date: Wed, 27 Mar 2024 11:25:30 -0500 Subject: [PATCH 3/3] update oldrel-1 snap --- tests/testthat/_snaps/R4.2/selections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/_snaps/R4.2/selections.md b/tests/testthat/_snaps/R4.2/selections.md index 27a13279f..9e0a7df6f 100644 --- a/tests/testthat/_snaps/R4.2/selections.md +++ b/tests/testthat/_snaps/R4.2/selections.md @@ -4,7 +4,7 @@ recipes_eval_select(quos = quos(I(beds:sqft)), data = Sacramento, info = info_sac) Condition Error: - ! Problem while evaluating `I(beds:sqft)`. + i In argument: `I(beds:sqft)`. Caused by error in `unique.default()`: ! object 'beds' not found