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

breaking tests after parameter update #57

Closed
strengejacke opened this issue Jan 15, 2021 · 1 comment
Closed

breaking tests after parameter update #57

strengejacke opened this issue Jan 15, 2021 · 1 comment

Comments

@strengejacke
Copy link

These are the issues for the current parameters I'm submitting:

  > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
  > ### Name: expr_anova_bayes
  > ### Title: Expression containing Bayesian one-way ANOVA results
  > ### Aliases: expr_anova_bayes
  > 
  > ### ** Examples
  > 
  > # setup
  > set.seed(123)
  > library(statsExpressions)
  > 
  > expr_anova_bayes(
  +   data = ggplot2::msleep,
  +   x = vore,
  +   y = sleep_rem
  + )
  Error: Can't recycle `..1` (size 7) to match `..2` (size 0).
  Backtrace:

   1. ├─statsExpressions::expr_anova_bayes(...)
   2. │ └─tidyBF::bf_oneway_anova(...)
   3. │   └─tidyBF::bf_extractor(bf_object, ...)
   4. │     └─dplyr::bind_cols(...)
   5. │       └─vctrs::vec_cbind(!!!dots, .name_repair = .name_repair)
   6. └─vctrs::stop_incompatible_size(...)
   7.   └─vctrs:::stop_incompatible(...)
   8.     └─vctrs:::stop_vctrs(...)
  Execution halted

Have you resolved this issue, i.e. does statsExpressions work with the latest parameters?

@IndrajeetPatil
Copy link
Owner

Yepp, most of the development is happening with devel versions of easystats packages, so I am all set:

Remotes:
easystats/insight,
easystats/effectsize,
easystats/parameters,
easystats/performance,
IndrajeetPatil/tidyBF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants