Package: rtodoist Title: Create and Manage Todolist using 'Todoist.com' API Version: 0.4.0 Authors@R: c( person("Cervan", "Girard", , "cervan@thinkr.fr", role = "aut", comment = c(ORCID = "0000-0002-4816-4624", note = "previous maintainer")), person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-0671-9270")), person("ThinkR", role = c("cph", "fnd")) ) Description: Allows you to interact with the API of the "Todoist" platform. 'Todoist' provides an online task manager service for teams. License: MIT + file LICENSE URL: https://github.com/ThinkR-open/rtodoist BugReports: https://github.com/ThinkR-open/rtodoist/issues Depends: R (>= 3.5.0) Imports: curl, digest, dplyr, getPass, glue, httr2, keyring, magrittr, purrr, stats, stringi, stringr, utils Suggests: covr, jsonlite, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev libsecret-1-dev libssl-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2026-02-13 18:06:55 UTC RemoteUrl: https://github.com/ThinkR-open/rtodoist RemoteRef: HEAD RemoteSha: afcad225a01e8d07971b784366c6aacbb185b378 NeedsCompilation: no Packaged: 2026-06-13 06:24:11 UTC; root Author: Cervan Girard [aut] (ORCID: , note: previous maintainer), Vincent Guyader [cre, aut] (ORCID: ), ThinkR [cph, fnd] Maintainer: Vincent Guyader