Package: clockify
Type: Package
Title: A Wrapper for the 'Clockify' API
Version: 0.1.7
Authors@R:
c(person(given = c("Andrew", "B."),
family = "Collier",
role = c("aut", "cre"),
email = "andrew.b.collier@gmail.com"))
Description: A wrapper for the Clockify API
, making it possible to query,
insert and update time keeping data.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports: anytime, dplyr, httr, janitor, logger, lubridate, methods,
purrr, rlist, stringi, tibble, tidyr
Suggests: here, testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/start-first: api-key, workspace
Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev
Repository: https://datawookie.r-universe.dev
Date/Publication: 2026-01-10 07:06:40 UTC
RemoteUrl: https://github.com/datawookie/clockify
RemoteRef: HEAD
RemoteSha: fc6eb6bc2ec5fb80e8b3a97e72f1f57adc11f637
NeedsCompilation: no
Packaged: 2026-06-09 07:27:28 UTC; root
Author: Andrew B. Collier [aut, cre]
Maintainer: Andrew B. Collier