David Ranzolin

Results 33 comments of David Ranzolin

Just chiming in--looks like the issue persists if you have more than one character column (see 'var1' in the reprex below). However, if I remove the first 'term' variable, 'var1'...

Right. I did not do extensive testing, but I had previously inserted `Sys.sleep(0.02)` within the call loop, and it worked for a few cases.

Thanks @msberends! Interesting, I hadn't thought of that, and I wasn't even aware of `group_size` and `group_vars`. I'll have to think about what that would look like. No View() tabs,...

Ah, I was running around looking for these values too!

Yes, sorry everyone--rcanvas is no longer relevant to my work, and I'm happy to add maintainers beyond @vanatteveldt. @coatless are you interested? The repo could also hypothetically be transferred.

@hathawayj always open to collaboration! [The API docs are extensive,](https://canvas.instructure.com/doc/api/) and we haven't implemented everything. I realize now that we don't have a Contributor Code of Conduct, but feel free...

@scottkosty @hathawayj I just added two functions: `upload_course_file` and `create_course_folder`. You should be able to upload and organize content within a Canvas course now. Let me know if you encounter...

@scottkosty @hathawayj I also added the ability to create assignments: ``` create_course_assigment(course_id = 1185256, name = "Assignment Name", points_possible = 100, unlock_at = "2018-05-01T08:00:00Z", due_at = "2018-06-01T20:00:00Z", description = "This...

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...

Would texts from [the Perseus Digital Library ](http://www.perseus.tufts.edu/hopper/) be relevant to this package?