We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app.R in the jsPsych folder suffers from an error ("Error: ‘length = x’ in coercion to ‘logical(1)’") when using R version 4.2 or later.
The likely reason for this error is the use of '&&' on lines 81 and 200. See explanation here: https://stackoverflow.com/a/72848495
For other users facing this issue: install R version 4.1.3 or older and follow the steps described in the README-ANALYZE-IT-JS file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
app.R in the jsPsych folder suffers from an error ("Error: ‘length = x’ in coercion to ‘logical(1)’") when using R version 4.2 or later.
The likely reason for this error is the use of '&&' on lines 81 and 200. See explanation here: https://stackoverflow.com/a/72848495
For other users facing this issue: install R version 4.1.3 or older and follow the steps described in the README-ANALYZE-IT-JS file.
The text was updated successfully, but these errors were encountered: