Indrajeet Patil

Results 394 issues of Indrajeet Patil

To be included here: https://www.rstudio.com/resources/cheatsheets/

Help us :eyes:
Documentation :books:
Low priority :sleeping:

It has been a long term goal since the early days of eaystats, but the main blocker is that none of the core contributors have experience with these models... So...

Enhancement :boom:
Help us :eyes:
Low priority :sleeping:

We can already start working on the paper so that by the time the meta-package is on `CRAN` (https://github.com/easystats/easystats/issues/113), we are ready for submission.

Documentation :books:

This will be nice to demonstrate the synergy between different `eaystats` packages. We just need to decide on a dataset on which we can write a paper. It has to...

Documentation :books:

I am going to list here a few places where the vignettes could use more of our collective love (or clean-up), and whoever gets time or has the necessary expertise...

Documentation :books:

Haven't checked all CRAN vignettes for this, but an example can be seen [here](https://cran.r-project.org/web/packages/dm/vignettes/tech-dm-class.html):

documentation

Closes #1248 Snapshot incoming from GHA.

The current error message is a bit cryptic since users can't know what is `def$data`: ``` r library(dm) library(nycflights13) dm(list(weather, airports)) #> Error in `abort_dm_invalid()`: #> ! This `dm` is...

Mention [here](https://cynkra.github.io/dm/dev/articles/howto-dm-df.html#primary-keys) about why compound keys are needed when no single candidate is found for a PK. Motivating example: ``` r library(dm) library(nycflights13) x # A tibble: 15 × 3...

documentation

I learned today that we can also load {conflicted} to avoid those warnings, at least in reprexes: https://github.com/mgirlich/tibblify/issues/97. Does that also apply to vignettes? _Originally posted by @krlmlr in https://github.com/cynkra/dm/pull/1098#discussion_r905631647_

documentation