forked from datawookie/clockify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 858 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
30
31
32
33
34
35
Package: clockify
Type: Package
Title: A Wrapper for the 'Clockify' API
Version: 0.1.3
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Megan",
family = "Beckett",
role = "ctb",
email = "[email protected]"))
Description: A wrapper for the Clockify API <https://clockify.me/developers-api>, making it possible to query, insert and update time keeping data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
anytime,
dplyr,
httr,
janitor,
logger,
lubridate,
purrr,
rlist,
tibble,
tidyr
Suggests:
here,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/start-first: api-key, workspace