reconhub / distcrete

:chart_with_upwards_trend::point_right::bar_chart: Discretise distributions
http://reconhub.github.io/distcrete
Other
5 stars 1 forks source link

work on vignettes; added a blurb for context in main vignette; gamma … #8

Closed thibautjombart closed 7 years ago

thibautjombart commented 7 years ago

…expl more detailed

There are potentially meaningful warnings when fitting data to a discretized gamma distribution (calling the $d() function. Will file a separate issue.

codecov[bot] commented 7 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          76     76           
=====================================
  Hits           76     76
Impacted Files Coverage Δ
R/distcrete.R 100% <100%> (ø) :white_check_mark:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5bad8be...62bf0a3. Read the comment docs.

thibautjombart commented 7 years ago

@richfitz I'm using ggplot2 in the ML vignette, which is useful but non-absolutely essential. I added it to the Suggests field in DESCRIPTION, but that increases substantially deps. Your call what to do with this.