-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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' <https://www.todoist.com/> 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
LazyData: true
RoxygenNote: 7.3.3