Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reexport cdf() and generate() generics #203

Merged
merged 3 commits into from
Nov 13, 2023
Merged

Conversation

joshwlambert
Copy link
Member

This PR uses the re-exporting mechanism to provide direct access the cdf() and generate() S3 generic functions. This removes the need for a user to call library(distributional) (the package exporting these generics).

library(distributional) is removed from Get Started vignette (epiparameter.Rmd).

The log argument is added to the cdf() method to match the generic definition.

@joshwlambert joshwlambert merged commit 2610472 into main Nov 13, 2023
10 checks passed
@joshwlambert joshwlambert deleted the reexport_dist_generics branch November 13, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant