-
As we know, `devtools::check()` throws a note whenever there are more than 20 package imports, and rightfully so. It can become cumbersome to manage such a large package dependency tree - making sure …
-
Rendering `README`s is a pain right now because of the connection timeouts while rendering badges. Need to figure out why this is happening now, and how to avoid this issue.
```r
[WARNING] Could n…
-
Instead of using `{igraph}`, which doesn't look as pretty. WDYT, @mattansb?
Also, at what depth should we be visualizing this?
``` r
library(deepdep)
plot_dependencies("easystats", depth = …
-
**Brand Name:** Tidyverse
**Website:** https://www.tidyverse.org
**Alexa rank:** 44,252
**Official resources for icon and color:** I'm not sure where to get these...
-
Like so (h/t @vincentarelbundock):
https://github.com/easystats/parameters/blob/dba37f5ffcaa8bd9c4bce52f7ad238bf4d5208f4/README.Rmd#L36
Progress:
- [x] insight
- [x] modelbased
- [x] bayestest…
-
We are about to release dplyr 1.0.8 and this currently make this package fail with:
````
# bruceR
* Version: 0.7.3
* GitHub: https://github.com/psychbruce/bruceR
* Source code: https://g…
-
For this initial issue, the goal is to spark discussion and not to say that the initial thoughts here are the final way that things should go.
The intent of this issue is to seed discussion of a po…
-
Relevant commentary:
* http://dirk.eddelbuettel.com/blog/2018/02/28/#017_dependencies
* http://www.tinyverse.org/
Some ideas on replacements:
* `plyr` → `purrr` / `furrr`
* …
-
Currently, the package has over 20 package dependencies listed in `Depends` in `DESCRIPTION`. This can have an impact on installation time.
## Exploring solutions
Came across [this](https://www…
-
Currently the package has many dependencies. There are advantages of depending on fewer things so will aim to follow the 'tinyverse' principles: http://www.tinyverse.org/
First package on the hit l…