Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 812 Bytes

NEWS.md

File metadata and controls

24 lines (17 loc) · 812 Bytes

rcanvas 0.9.3

  • Added the following functions:
    • create_canvas_module()
    • create_canvas_module_item()
    • get_module_list()
  • Fixed bug in create_course_assignment() and create_course_folder()

rcanvas 0.9.2

  • Added two function, get_term_course_list() and get_account_course_list().
  • get_term_course_list() gathers a list of all courses in a specific term.
  • get_account_course_list() gathers a list of all courses for an account or sub-account

rcanvas 0.9.1

  • Added a NEWS.md file to track changes to the package.
  • Uses pkgdown to generate documentation.
  • Many changes to consolidate and update documentation.
  • Changed "if" to "it" in the documentation of the 'add_enrollments' function

rcanvas 0.9.0

  • Initial release