## Import conflict: `recipes::check_name` vs `rlang::check_name` - [x] **embed** — WARNING: `replacing previous import 'recipes::check_name' by 'rlang::check_name'` - [x] **important** — WARNING: same I've unexported `check_name()`. ## Import conflict: `checkmate` vs rlang (`check_data_frame`, `check_string`) - [x] **pkggraph** https://github.com/talegari/pkggraph/issues/7 - [x] **rsimsum** https://github.com/ellessenne/rsimsum/issues/61 - [x] **tf** https://github.com/tidyfun/tf/issues/229 - [x] **tidynorm** https://github.com/JoFrhwld/tidynorm/issues/32 - [x] **uteals** https://github.com/phuse-org/uteals/issues/29 ## Argument forced during dispatch can no longer be capture - [x] **DeclareDesign** — https://github.com/DeclareDesign/DeclareDesign/pull/507 - [x] **mosaic** — https://github.com/ProjectMOSAIC/mosaic/pull/813 - [x] **coursekata** — caused by mosaic, will be fixed once mosaic updated ## `check_dots_used()` now inspects innermost promise instead of outermost - [x] **ggplot2** — `ggplot(foobar = "nonsense")` did not generate warning https://github.com/tidyverse/ggplot2/pull/6830
Import conflict:
recipes::check_namevsrlang::check_namereplacing previous import 'recipes::check_name' by 'rlang::check_name'I've unexported
check_name().Import conflict:
checkmatevs rlang (check_data_frame,check_string)import(rlang)+import(checkmate)talegari/pkggraph#7import(rlang)+import(checkmate)ellessenne/rsimsum#61import(rlang)+import(checkmate)tidyfun/tf#229import(rlang)+import(checkmate)JoFrhwld/tidynorm#32import(rlang)+import(checkmate)phuse-org/uteals#29Argument forced during dispatch can no longer be capture
enquo()DeclareDesign/DeclareDesign#507check_dots_used()now inspects innermost promise instead of outermostggplot(foobar = "nonsense")did not generate warning Fix snapshot test forwarn_dots_used()tidyverse/ggplot2#6830