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

Fix formatting of example code in fairness metrics pkgdown docs #480

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

EmilHvitfeldt
Copy link
Member

To close #463

@simonpcouch can you verify that this has been fixed?

Copy link
Contributor

@simonpcouch simonpcouch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm seeing a segfault when I try to pkgdown::build_site(). Are you able to reproduce?

 *** caught segfault ***
address 0x0, cause 'invalid permissions'
/
Traceback:
 1: mcc_multiclass_impl(data)
 2: mcc_multiclass(data)
 3: mcc_table_impl(data, estimator)
 4: fn(truth = group_truth, estimate = group_estimate, case_weights = group_case_weights,     na_rm = na_rm)
 5: withCallingHandlers(fn(truth = group_truth, estimate = group_estimate,     case_weights = group_case_weights, na_rm = na_rm), error = function(cnd) {    cnd$call <- error_call    cnd_signal(cnd)})

@EmilHvitfeldt
Copy link
Member Author

I'm not able to reproduce that

Kapture.2024-01-17.at.09.58.38.mp4

@EmilHvitfeldt EmilHvitfeldt merged commit f8cff9f into main Jan 18, 2024
12 checks passed
Copy link

github-actions bot commented Feb 2, 2024

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

formatting of example code in fairness metrics pkgdown docs
2 participants