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
Any attempt to subset variables using the o_196 dataset gives an error:
Error in if (nc == "character") { : argument is of length zero
The line within rooksubset that is failing is:
TwoRavens/rook/rooksubset.R
Line 121 in dbee2a1
Because the data that is being passed for a new round of preprocessing in empty.
The text was updated successfully, but these errors were encountered:
Some of the problem seems to be that the dataset is hardcoded in rooksubset when not in production:
Lines 44 to 50 in dbee2a1
However, fixing that is not sufficient.
Sorry, something went wrong.
No branches or pull requests
Any attempt to subset variables using the o_196 dataset gives an error:
Error in if (nc == "character") { : argument is of length zero
The line within rooksubset that is failing is:
TwoRavens/rook/rooksubset.R
Line 121 in dbee2a1
Because the data that is being passed for a new round of preprocessing in empty.
The text was updated successfully, but these errors were encountered: