-
Is there a way to use `rlang::inject` (or something similar) with `new_object`? It currently throws an error that `new_object()` must be called from within a constructor. Here's a reprex:
``` r
li…
-
If you use `rlang::abort()` instead of `base::stop()`, you'll be able to get much nicer call traces on error.
-
Continued from #942 and #1126
(The following text is copied from 's README)
---
## Motivation
I have been developing r-polars for over a year, and I felt that a significant rewrite was nec…
-
I'm attempting to `map()` over a series of outcomes and apply `lm_lin()` to each outcome separately with a uniform set of control variables. However, when I do, I get the error:
```
Error in `map()`…
-
# Expected Behavior
Creation of a supertibble
# Current Behavior
read_redcap fails with an error message while REDCapR::redcap_read succeeds on the same project
# Failure log
> options(redcap…
-
**Describe the bug**
See check failure here: https://github.com/USEPA/EPATADA/actions/runs/11579321148/job/32235236520?pr=536
**To Reproduce**
Review the test failure report below and find th…
-
I think it will be worth it to have a helper function here. Using the above code for helping. There are many places in {recipes} where we `try(rlang::eval_tidy(cl), silent = TRUE)` and i…
-
`as_factor_from_class_pred()` uses `rlang::is_installed()` and errors if probably is not installed. Is there a particular reason that it doesn't also prompt to install probably when used interactively…
-
In cases when rlang is installed but glue is not installed the following code generates an error:
```r
rlang::local_use_cli(inline = TRUE)
url = "https://google.com"
rlang::inform("{.url {url}}"…
-
Hi,
Thank you for this pkg.
I am trying to read a mbox file (from google takeout) and I am having this error:
```r
data % ...
3. │ └─dplyr::na_if(...)
4. └─dplyr::mutate(., date = lubrid…