|
49 | 49 |
|
50 | 50 | * `obj_type_friendly()` now only displays the first class of S3 objects (#1622).
|
51 | 51 |
|
52 |
| -* `expr_label()` now has back-compatility with respect to changes made by R version 4.4 and `is.atomic(NULL)` (#1655) |
| 52 | +* `expr_label()` now has back-compatibility with respect to changes made by R version 4.4 and `is.atomic(NULL)` (#1655) |
53 | 53 |
|
54 | 54 | * Performance improvement in `.rlang_cli_compat()` (#1657).
|
55 | 55 |
|
@@ -489,7 +489,7 @@ extensive changes to the display of error messages.
|
489 | 489 | We've added the function `is_call_simple()` to make it easier to
|
490 | 490 | work safely with `call_name()`. The invariant is that `call_name()`
|
491 | 491 | always returns a string when `is_call_simple()` returns `TRUE`.
|
492 |
| - Conversely it always returns `NULL` when `is_call_simple()` retuns |
| 492 | + Conversely it always returns `NULL` when `is_call_simple()` returns |
493 | 493 | `FALSE`.
|
494 | 494 |
|
495 | 495 | * `is_expression()` now returns `FALSE` for manually constructed
|
@@ -870,7 +870,7 @@ extensive changes to the display of error messages.
|
870 | 870 | * Added `compat-cli.R` file to format message elements consistently
|
871 | 871 | with cli in zero-deps packages.
|
872 | 872 |
|
873 |
| -* `compat-purrr.R` now longer includes `pluck*` helpers; these used a defintion |
| 873 | +* `compat-purrr.R` now longer includes `pluck*` helpers; these used a definition |
874 | 874 | of pluck that predated purrr (#1159). `*_cpl()` has also been removed.
|
875 | 875 | The `map*` wrappers now call `as_function()` so that you can pass short
|
876 | 876 | anonymous functions that use `~` (#1157).
|
@@ -1034,7 +1034,7 @@ extensive changes to the display of error messages.
|
1034 | 1034 | dplyr issue involving rowwise data frames and list-columns of
|
1035 | 1035 | functions (tidyverse/dplyr#5608).
|
1036 | 1036 |
|
1037 |
| -* `as_data_mask()` now intialises environments of the correct size to |
| 1037 | +* `as_data_mask()` now initialises environments of the correct size to |
1038 | 1038 | improve efficiency (#1048).
|
1039 | 1039 |
|
1040 | 1040 | * `eval_bare()`, `eval_tidy()` (#961), and `with_handlers()` (#518)
|
@@ -1091,7 +1091,7 @@ extensive changes to the display of error messages.
|
1091 | 1091 | is displayed.
|
1092 | 1092 |
|
1093 | 1093 | This change simplifies the display (#851) and makes it possible to
|
1094 |
| - rethow errors from a calling handler rather than an exiting handler, |
| 1094 | + rethrow errors from a calling handler rather than an exiting handler, |
1095 | 1095 | which we now think is more appropriate because it allows users to
|
1096 | 1096 | `recover()` into the error.
|
1097 | 1097 |
|
@@ -1290,7 +1290,7 @@ extensive changes to the display of error messages.
|
1290 | 1290 | # rlang 0.4.1
|
1291 | 1291 |
|
1292 | 1292 | * New experimental framework for creating bulleted error messages. See
|
1293 |
| - `?cnd_message` for the motivation and an overwiew of the tools we |
| 1293 | + `?cnd_message` for the motivation and an overview of the tools we |
1294 | 1294 | have created to support this approach. In particular, `abort()` now
|
1295 | 1295 | takes character vectors to assemble a bullet list. Elements named
|
1296 | 1296 | `x` are prefixed with a red cross, elements named `i` are prefixed
|
@@ -1485,7 +1485,7 @@ really a data frame.
|
1485 | 1485 | field of `rlang::last_error()`.
|
1486 | 1486 |
|
1487 | 1487 | * `ns_env()` and `ns_env_name()` (experimental functions) now support
|
1488 |
| - functions and environments consisently. They also require an |
| 1488 | + functions and environments consistently. They also require an |
1489 | 1489 | argument from now on.
|
1490 | 1490 |
|
1491 | 1491 | * `is_interactive()` is aware of the `TESTTHAT` environment variable and
|
@@ -2393,7 +2393,7 @@ prepared to deal with occasional backward incompatible updates.
|
2393 | 2393 |
|
2394 | 2394 | * `exprs()` and `quos()` gain a `.unquote_names` arguments to switch
|
2395 | 2395 | off interpretation of `:=` as a name operator. This should be useful
|
2396 |
| - for programming on the language targetting APIs such as |
| 2396 | + for programming on the language targeting APIs such as |
2397 | 2397 | data.table.
|
2398 | 2398 |
|
2399 | 2399 | * `exprs()` gains a `.named` option to auto-label its arguments (#267).
|
@@ -2479,7 +2479,7 @@ prepared to deal with occasional backward incompatible updates.
|
2479 | 2479 |
|
2480 | 2480 | ## Environments
|
2481 | 2481 |
|
2482 |
| -* `env_get_list()` retrieves muliple bindings from an environment into |
| 2482 | +* `env_get_list()` retrieves multiple bindings from an environment into |
2483 | 2483 | a named list.
|
2484 | 2484 |
|
2485 | 2485 | * `with_bindings()` and `scoped_bindings()` establish temporary
|
@@ -2657,7 +2657,7 @@ lifecycle status of exported functions.
|
2657 | 2657 |
|
2658 | 2658 | * `quo_expr()` is soft-deprecated in favour of `quo_squash()`.
|
2659 | 2659 | `quo_expr()` was a misnomer because it implied that it was a mere
|
2660 |
| - expression acccessor for quosures whereas it was really a lossy |
| 2660 | + expression accessor for quosures whereas it was really a lossy |
2661 | 2661 | operation that squashed all nested quosures.
|
2662 | 2662 |
|
2663 | 2663 | * With the renaming of the `lang` particle to `call`, all these
|
|
0 commit comments