Skip to content

Commit 91a7f52

Browse files
committed
fence-in correct piece this time
1 parent 8e8d4c7 commit 91a7f52

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Config/testthat/edition: 3
7979
Encoding: UTF-8
8080
LazyData: true
8181
Roxygen: list(markdown = TRUE)
82-
RoxygenNote: 7.3.1
82+
RoxygenNote: 7.3.2
8383
Collate:
8484
'ggproto.R'
8585
'ggplot-global.R'

R/stat-qq.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
#' p + stat_qq() + stat_qq_line()
3434
#'
3535
#' # Use fitdistr from MASS to estimate distribution params:
36-
#' # params <- as.list(MASS::fitdistr(df$y, "t")$estimate)
36+
#' # if (requireNamespace("MASS", quietly = TRUE)) {
37+
#' # params <- as.list(MASS::fitdistr(df$y, "t")$estimate)
38+
#' # }
3739
#' # Here, we use pre-computed params
3840
#' params <- list(m = -0.02505057194115, s = 1.122568610124, df = 6.63842653897)
3941
#' ggplot(df, aes(sample = y)) +

man/geom_qq.Rd

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)