-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
29 lines (29 loc) · 918 Bytes
/
DESCRIPTION
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
Package: clickrup
Type: Package
Title: Interacting with the ClickUp v2 API from R
Version: 0.0.6
Date: 2021-12-12
Authors@R:
c(person(given = "Peter",
family = "Solymos",
comment = c(ORCID = "0000-0001-7337-1740"),
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Kirill",
family = "M\u00fcller",
role = "aut",
email = "[email protected]"))
Maintainer: Peter Solymos <[email protected]>
Description: Work with the ClickUp productivity app from R to
manage tasks, goals, time tracking, and more.
License: MIT + file LICENSE
LazyLoad: yes
LazyData: true
Imports: httr, jsonlite, rlang
Suggests: knitr
URL: https://github.com/psolymos/clickrup
BugReports: https://github.com/psolymos/clickrup/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)