Skip to content

Commit

Permalink
🔥 Remove test-coverage from GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadelmarq committed Mar 15, 2024
1 parent 06e0300 commit 55b3f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/test-coverage.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ reciprobit_plot <- function(
ggplot2::scale_y_continuous(
# Main axis
name = "Cumulative percent probability",
transform = "probit", breaks = probit_breaks / 100,
trans = "probit", breaks = probit_breaks / 100,
labels = probit_breaks,
minor_breaks = stats::pnorm(z_breaks),
# Secondary axis
sec.axis = ggplot2::sec_axis(
transform = stats::qnorm,
trans = stats::qnorm,
name = "Z-score",
breaks = z_breaks
)
Expand Down

0 comments on commit 55b3f66

Please sign in to comment.