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
ropensci/software-review#188 (comment):
The collect stage overwrites the first step, need to change the for loop on line 91 to for (i in 2:n) (can also remove the i <- 2 from line 86)
In addition, so more information about how these work, and when you would use them would be useful.
The text was updated successfully, but these errors were encountered:
closed in the process of issue #31
Sorry, something went wrong.
mattfrit
No branches or pull requests
ropensci/software-review#188 (comment):
The collect stage overwrites the first step, need to change the for loop on line 91 to for (i in 2:n) (can also remove the i <- 2 from line 86)
In addition, so more information about how these work, and when you would use them would be useful.
The text was updated successfully, but these errors were encountered: