-
Notifications
You must be signed in to change notification settings - Fork 43
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
get_course_gradebook error #51
Comments
In addition, I did try to roll back to R version 3.3.0, however, that is obsolete with RStudio (current version). If there is something I can do to help, please let me know. |
Ah, bad timing for the end of the semester! Unfortunately, I'm no longer an active maintainer on this project, so if you want to get involved and submit a pull request, it would be more than welcomed. There are also a handful of other awesome maintainers, so maybe someone else will chime in. |
I ran into this same problem earlier today. It seems that it is not necessarily related to I did also encounter a different issue where the first page wouldn't be downloaded in the I'm not familiar with this package or the source code in general, so I don't know how well these fixes generalize, but I can share if you are interested. Edit: you can find my forked repo with two changes here: https://github.com/rmtrane/rcanvas. |
I'll have a look at your updates tomorrow. roll back has failed, there have been to many updates since june 2016 to make it run stable. |
@rmtrane Your edits worked for me... maybe submit a PR? |
* My ad-hoc fixes to get_course_gradebook.R * Updated documentation * Added HEAD to @importFrom for canvas_query * Update NAMESPACE Co-authored-by: rmtrane <[email protected]>
Hi,
first of all, love the work, and with this API we could manage to build a Shiny board to have an overview of our whole curriculum.
However I now run into an error with the get_course_gradebook()
I could create an instance where i still have dplyr 0.7.0, though would it be possible to have this as a fix?
The text was updated successfully, but these errors were encountered: