You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix #350 - This has caused the function tidy_multi_single_dist() to be modified
in that it now requires the user to pass the parameter of .return_tibbl with either
TRUE or FALSE as it was introduced into the tidy_ distribution functions which now
use data.table under the hood to generate data.
Fix #371 - Modify code to use the native |> pipe instead of the %>% which
has caused a need to update the minimum R version to 4.1.0