Package: vvcanvas
Title: 'Canvas' LMS API Integration
Version: 0.0.6
Authors@R: 
  c(person(given = "Tomer", 
           family = "Iwan", 
           role = c("aut", "cre"), 
           email = "t.iwan@vu.nl"
           ),
    person(given = "Niels",
           family = "Smits",
           role = "ctb",
           email = "n.smits@uva.nl",
           comment = c(ORCID = "0000-0003-3669-9266")
           ),
    person(given = "VU Analytics",
           role = "cph"
           ))
Description: Allow R users to interact with the 'Canvas' Learning Management System (LMS) API (see
    <https://canvas.instructure.com/doc/api/all_resources.html> for details).
    It provides a set of functions to access and manipulate course data, assignments, grades, users, 
    and other resources available through the 'Canvas' API.
URL: https://github.com/vusaverse/vvcanvas,
        https://vusaverse.github.io/vvcanvas/
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: dplyr, htm2txt, httr, jsonlite, magrittr, mime, purrr, rlang,
        stringr, tidyr, utils
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-09-05 07:14:38 UTC; tin900
Author: Tomer Iwan [aut, cre],
  Niels Smits [ctb] (ORCID: <https://orcid.org/0000-0003-3669-9266>),
  VU Analytics [cph]
Maintainer: Tomer Iwan <t.iwan@vu.nl>
Repository: CRAN
Date/Publication: 2025-09-05 17:20:02 UTC
Built: R 4.4.3; ; 2025-10-08 03:42:28 UTC; windows
