{"ecosystem":"cran","package":"dplyr","from_version":null,"to_version":null,"changes":[{"from_version":"v1.0.10","to_version":"v1.1.0","change_type":"breaking","description":"`arrange()` and `group_by()` now use the C locale, not the system locale, when ordering or grouping character vectors. This brings _substantial_ performance improvements, increases reproducibility across R sessions, makes dplyr more consistent with data.table, and we believe it should affect little existing code. If it does affect your code, you can use `options(dplyr.legacy_locale = TRUE)` to quickly revert to the previous behavior. However, in general, we instead recommend that you use the new","migration_hint":null},{"from_version":"v1.0.10","to_version":"v1.1.0","change_type":"breaking","description":"`bench_tbls()`, `compare_tbls()`, `compare_tbls2()`, `eval_tbls()`, `eval_tbls2()`, `location()` and `changes()`, deprecated in 1.0.0, are now defunct (#6387).","migration_hint":null},{"from_version":"v1.0.10","to_version":"v1.1.0","change_type":"breaking","description":"`frame_data()`, `data_frame_()`, `lst_()` and `tbl_sum()` are no longer re-exported from tibble (#6276, #6277, #6278, #6284).","migration_hint":null},{"from_version":"v1.0.10","to_version":"v1.1.0","change_type":"breaking","description":"`select_vars()`, `rename_vars()`, `select_var()` and `current_vars()`, deprecated in 0.8.4, are now defunct (#6387).","migration_hint":null},{"from_version":"v0.8.5","to_version":"v1.0.0","change_type":"breaking","description":"`bind_cols()` no longer converts to a tibble, returns a data frame if the input is a data frame.","migration_hint":null},{"from_version":"v0.8.5","to_version":"v1.0.0","change_type":"breaking","description":"`bind_rows()`, `*_join()`, `summarise()` and `mutate()` use vctrs coercion rules. There are two main user facing changes:","migration_hint":null},{"from_version":"v0.8.5","to_version":"v1.0.0","change_type":"breaking","description":"Combining factor and character vectors silently creates a character vector; previously it created a character vector with a warning.","migration_hint":null},{"from_version":"v0.8.5","to_version":"v1.0.0","change_type":"breaking","description":"Combining multiple factors creates a factor with combined levels; previously it created a character vector with a warning.","migration_hint":null},{"from_version":"v0.8.5","to_version":"v1.0.0","change_type":"breaking","description":"`bind_rows()` and other functions use vctrs name repair, see `?vctrs::vec_as_names`.","migration_hint":null},{"from_version":"v0.8.0.1","to_version":"v0.8.1","change_type":"breaking","description":"`group_modify()` is the new name of the function previously known as `group_map()`","migration_hint":null},{"from_version":"v0.7.6","to_version":"v0.8.0","change_type":"breaking","description":"The error `could not find function \"n\"` or the warning ```Calling `n()` without importing or prefixing it is deprecated, use `dplyr::n()` ``` indicates when functions like `n()`, `row_number()`, ... are not imported or prefixed. The easiest fix is to import dplyr with `import(dplyr)` in your `NAMESPACE` or `#' @import dplyr` in a roxygen comment, alternatively such functions can be imported selectively as any other function with `importFrom(dplyr, n)` in the `NAMESPACE` or `#' @importFrom dplyr ","migration_hint":null},{"from_version":"v0.7.6","to_version":"v0.8.0","change_type":"breaking","description":"If you see `checking S3 generic/method consistency` in R CMD check for your package, note that :","migration_hint":null},{"from_version":"v0.7.6","to_version":"v0.8.0","change_type":"breaking","description":"`sample_n()` and `sample_frac()` have gained `...`","migration_hint":null},{"from_version":"v0.7.6","to_version":"v0.8.0","change_type":"breaking","description":"`filter()` and `slice()` have gained `.preserve`","migration_hint":null},{"from_version":"v0.7.6","to_version":"v0.8.0","change_type":"breaking","description":"`group_by()` has gained `.drop`","migration_hint":null},{"from_version":"v0.7.4","to_version":"v0.7.5","change_type":"breaking","description":"The major change in this version is that dplyr now depends on the selecting backend of the tidyselect package. If you have been linking to `dplyr::select_helpers` documentation topic, you should update the link to point to `tidyselect::select_helpers`.","migration_hint":null},{"from_version":"v0.7.4","to_version":"v0.7.5","change_type":"breaking","description":"Another change that causes warnings in packages is that dplyr now exports the `exprs()` function. This causes a collision with `Biobase::exprs()`. Either import functions from dplyr selectively rather than in bulk, or do not import `Biobase::exprs()` and refer to it with a namespace qualifier.","migration_hint":null},{"from_version":"v0.7.4","to_version":"v0.7.5","change_type":"breaking","description":"`enexpr()`, `expr()`, `exprs()`, `sym()` and `syms()` are now exported. `sym()` and `syms()` construct symbols from strings or character vectors. The `expr()` variants are equivalent to `quo()`, `quos()` and `enquo()` but return simple expressions rather than quosures. They support quasiquotation.","migration_hint":null},{"from_version":"v0.7.4","to_version":"v0.7.5","change_type":"breaking","description":"dplyr now depends on the new tidyselect package to power `select()`, `rename()`, `pull()` and their variants (#2896). Consequently `select_vars()`, `select_var()` and `rename_vars()` are soft-deprecated and will start issuing warnings in a future version. Following the switch to tidyselect, `select()` and `rename()` fully support character vectors. You can now unquote variables like this: ``` vars <- c(\"disp\", \"cyl\") select(mtcars, !! vars) select(mtcars, -(!! vars)) ``` Note that this only work","migration_hint":null}],"total":19,"note":"Curated major-version breaking changes. Always verify against the package's official changelog before migrating.","_cache":"hit"}