-
Since the package is marketed as an addition to tidyverse, I think it is important all functions work with tibbles.
The function `FLs()` doesn't work with tibbles due to the functions use of `resha…
-
**I'm still struggling with very fundamental concepts:**
Is it right to say that all tibbles are dataframes, but not all dataframes are tibbles?
Is tibble-ness just a special way (the tidyverse way,…
-
```R
coords
-
It could be good to have a package that implements a lightweight class for persistence diagrams together with corresponding `S3` specialisations of `format()` and other important generics. I was also …
-
I'm getting the following error when passing a tibble. I'm guessing this is the same problem that was reported in Issue #8.
## Example
```
library(dplyr)
library(JointAI)
set.seed(284397)
…
-
`branch_init()` creates deep copies of environments when it creates dynamic branches:
https://github.com/ropensci/targets/blob/3760219c92baae65b414b523ed12cbb24156468f/R/class_branch.R#L10-L17
T…
-
**Describe the issue or bug**
When converting from an R `tibble` to a `pd.DataFrame` via:
```
# Convert to a pd.DataFrame
# Ref: https://rpy2.github.io/doc/v3.3.x/html/pandas.html#from-r-to-pa…
-
It seems that AGG devices are unable to render Hebrew text with a numeral. When this is attempted, the following message appears in the console:
```
Failed to get emoji face:
```
- `ragg` ver…
-
`ttestBF` appears to have issues when a tibble is given as input. Consider this tibble:
```
tibble::tribble(
~value, ~group,
4, "a",
1, "b",
5, "a",
2, "b"
) -> df
```…
-
Hello there. Thank you for your work on this package!
Do you have any suggestions for how to include tibble previews in error messages? Currently, our work around is something along the lines of: u…