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

Error in multiplication of distribution by a constant #133

Open
robjhyndman opened this issue Feb 16, 2025 · 0 comments
Open

Error in multiplication of distribution by a constant #133

robjhyndman opened this issue Feb 16, 2025 · 0 comments

Comments

@robjhyndman
Copy link
Contributor

distributional::dist_normal() * 2
#> Error in .mapply(get(op), list(x = vec_data(x), y = y)): argument "MoreArgs" is missing, with no default

Created on 2025-02-16 with reprex v2.1.1

Session info
sessioninfo::session_info()
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value
#>  version  R version 4.4.2 (2024-10-31)
#>  os       KDE neon 6.2
#>  system   x86_64, linux-gnu
#>  ui       X11
#>  language (EN)
#>  collate  en_AU.UTF-8
#>  ctype    en_AU.UTF-8
#>  tz       Australia/Melbourne
#>  date     2025-02-16
#>  pandoc   3.2 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/tools/x86_64/ (via rmarkdown)
#>  quarto   1.7.13 @ /usr/local/bin/quarto
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  package        * version    date (UTC) lib source
#>  cli              3.6.4      2025-02-13 [1] CRAN (R 4.4.2)
#>  digest           0.6.37     2024-08-19 [1] RSPM (R 4.4.0)
#>  distributional   0.5.0.9000 2025-02-16 [1] Github (mitchelloharawild/distributional@9d88185)
#>  evaluate         1.0.3      2025-01-10 [1] RSPM (R 4.4.2)
#>  fastmap          1.2.0      2024-05-15 [1] RSPM (R 4.4.0)
#>  fs               1.6.5      2024-10-30 [1] RSPM (R 4.4.2)
#>  generics         0.1.3      2022-07-05 [1] RSPM (R 4.4.0)
#>  glue             1.8.0      2024-09-30 [1] CRAN (R 4.4.1)
#>  htmltools        0.5.8.1    2024-04-04 [1] RSPM (R 4.4.0)
#>  knitr            1.49       2024-11-08 [1] RSPM (R 4.4.0)
#>  lifecycle        1.0.4      2023-11-07 [1] CRAN (R 4.4.1)
#>  pillar           1.10.1     2025-01-07 [1] RSPM (R 4.4.2)
#>  reprex           2.1.1      2024-07-06 [1] RSPM (R 4.4.0)
#>  rlang            1.1.5      2025-01-17 [1] RSPM (R 4.4.2)
#>  rmarkdown        2.29       2024-11-04 [1] RSPM (R 4.4.0)
#>  rstudioapi       0.17.1     2024-10-22 [1] RSPM (R 4.4.0)
#>  sessioninfo      1.2.3      2025-02-05 [1] RSPM
#>  vctrs            0.6.5      2023-12-01 [1] RSPM (R 4.4.0)
#>  withr            3.0.2      2024-10-28 [1] RSPM
#>  xfun             0.50       2025-01-07 [1] RSPM (R 4.4.2)
#>  yaml             2.3.10     2024-07-26 [1] RSPM (R 4.4.0)
#> 
#>  [1] /home/hyndman/R/x86_64-pc-linux-gnu-library/4.4
#>  [2] /usr/local/lib/R/site-library
#>  [3] /usr/lib/R/site-library
#>  [4] /usr/lib/R/library
#> 
#> ──────────────────────────────────────────────────────────────────────────────
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant