mitchelloharawild / distributional

Vectorised distributions for R
https://pkg.mitchelloharawild.com/distributional
GNU General Public License v3.0
94 stars 15 forks source link

Recommended doc page to link to for distribution objects? #31

Closed mjskay closed 3 months ago

mjskay commented 4 years ago

As I'm writing docs in ggdist about support for distributional, I find myself looking for a central help page on distribution objects --- something the docs for the dist aesthetic can point to as a good jumping-off point for readers to learn about them. Is there such a page? I wasn't able to find one but I might have missed it. If there isn't, it could be helpful to have :). Thanks!

mitchelloharawild commented 4 years ago

Best consolidated resource for this is the pkgdown reference at the moment. A vignette and/or auto-generated distribution listing would be useful for this.

mjskay commented 4 years ago

Thanks! I'll point to the pkgdown for now

mitchelloharawild commented 3 months ago

I think long term the pkgdown documentation is the best link, and as needed I'll extend the README with links to the most important learning resources (vignettes, lists of distributions, etc).