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 rbind(info, getNamespaceInfo(env, "S3methods")) : number of columns of matrices must match (see arg 2) #5

Open
HRDudeness opened this issue Nov 22, 2019 · 0 comments

Comments

@HRDudeness
Copy link

First, I want to say thanks that you fixed a few issues to make jsq compileable in Linux. :-)

Now, when I compile jsq 0.9.5 for the Linux flatpak version, JASPgraphs is not fetched during compile. But this can be solved by manually invoking devtools::install_github("jonathon-love/JASPgraphs@337739b893d7634b8d9481d4256ddc13962a6ede", force=T, lib="/path-to/jsq-master/build/R/").

And after cleanly compiling with JASPgraphs, I get this error Error in rbind(info, getNamespaceInfo(env, "S3methods")) : number of columns of matrices must match (see arg 2), when I try to get simple descriptive plots, e.g., for Bayesian t-Tests or ANOVAs.

Steps to reproduce:

  1. Fetch latest version of jsq
  2. Manually download JASPgraphs into build/R
  3. Compile jsq with jmvtools::install(home = "flatpak")
  4. Open jamovi in terminal (flatpak run org.jamovi.jamovi)
  5. Load Tooth Growth dataset with DV: len and IV: supp
  6. Tick box for Descriptive plots
  7. Receive above error in terminal
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