Skip to content

Commit

Permalink
check fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjskay committed Feb 17, 2024
1 parent 1aebff3 commit 0bde610
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ importFrom(stats,pnorm)
importFrom(stats,ppoints)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbeta)
Expand Down
1 change: 1 addition & 0 deletions R/geom_blur_dots.R
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ blur_type_gaussian = auto_partial(name = "blur_type_gaussian", function(x, r, sd
})

#' @rdname blur_type
#' @importFrom stats qnorm
#' @export
blur_type_interval = auto_partial(name = "blur_type_interval", function(x, r, sd, .width = 0.95) {
z = qnorm((1 + .width)/2)
Expand Down
2 changes: 1 addition & 1 deletion R/geom_dotsinterval.R
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ GeomDotsinterval = ggproto("GeomDotsinterval", GeomSlabinterval,
}
},

points_grob_factory = function(...) make_points_grob(...)
points_grob_factory = function(...) make_points_grob
)

#' @rdname geom_dotsinterval
Expand Down
2 changes: 1 addition & 1 deletion man/blur_type.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/geom_blur_dots.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/ggdist-ggproto.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bde610

Please sign in to comment.