-
Notifications
You must be signed in to change notification settings - Fork 7
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
redmine_users() throws error #6
Comments
Hello, If you are comfortable with debugging, I suggest you run
and then follow the code line be line - from the error message it appears to fail at the line |
Hello, Thanks for trying to help. I think I have successfully debugged this problem. So by debugging I stopped at this line So that line should be changed to handle NULLs well. Are you able to fix that? Maybe going through all cells and replace NULLs with NAs (seem to be fine) before that step via EDIT: Had the same issue with |
Thanks for debugging. I would appreciate if you could share (a part of) your data in |
Hello, Do you think this is a bad solution? |
Hello,
I found this great package today, thanks :) Is it still maintained?
We are running a local redmine installation in version 5.0.3.stable. When I run
redmineR::redmine_users()
I get this error:The text was updated successfully, but these errors were encountered: