Kirill Müller
Kirill Müller
This seems to be a long-standing issue in the cli package. The only reliable workaround I can offer is to turn off verbose name repair. https://github.com/r-lib/cli/issues/667
Thanks. Indeed, this seems true in the vctrs ecosystem (but not for data frames). ``` r format(vctrs::new_list_of()) #> character(0) format(vctrs::new_vctr(integer())) #> character(0) dput(format(data.frame())) #> structure(list(), names = character(0), row.names =...
Crazy idea: add a lifecycle compatibility layer that doesn't break existing code (which I'd consider off-label use, but keeping compat is a gesture of goodwill)?
AI-generated summary of the test output: Here’s a structured summary of the error patterns you encountered, ordered by frequency: ⸻ 1. Invalid out-degree sequence in sample_pa() • Frequency: 9+ occurrences...
Thanks, this is weird. @dickoa @josesamos: You have packages that import dm. Can you build pkgdown sites for these packages?
@copilot: Only convert character vectors to integers, for clarity.
The `.yaml` changes are good, need to rethink most changes from there.
Thanks for filing this. The workaround enables setting the names of a tibble to `NULL`, which isn't really well supported. The non-RStudio behavior is to assign `NA` to the names....
@copilot: Add and run tests to `test-aaa-impl.R`, fix as needed.