Skip to content

geom_quantile(method = "rqss") does not seem to work with DEV version #5646

Closed
@davidhodge931

Description

@davidhodge931
library(tidyverse)
library(palmerpenguins)

penguins |>
  ggplot(aes(x = flipper_length_mm,
             y = body_mass_g)) +
  geom_quantile(method = "rqss")
#> Warning: Removed 2 rows containing non-finite outside the scale range
#> (`stat_quantile()`).
#> Smoothing formula not specified. Using: y ~ qss(x, lambda = 1)
#> Warning: Computation failed in `stat_quantile()`.
#> Caused by error in `validObject()`:
#> ! invalid class "dsparseModelMatrix" object: superclass "xMatrix" not defined in the environment of the object's class

Created on 2024-01-16 with reprex v2.1.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions