Package: hawkinR Title: hawkinR - Hawkin Dynamics API Client Version: 1.2.4 Authors@R: person("Lauren", "Green", , "lauren@hawkindynamics.com", role = c("aut", "cre")) Description: Provides simple functionality with Hawkin Dynamics API. These functions are for use with 'Hawkin Dynamics Beta API' version 1.8-beta. You must be an Hawkin Dynamics user with active integration account to utilize functions within the package. This API is designed to get data out of your Hawkin Dynamics database into your own database. It is not designed to be accessed from client applications directly. There is a limit on the amount of data that can be returned in a single request. As your database grows, it will be necessary to use the from and to parameters to limit the size of the responses. Responses that exceed the memory limit will fail. URL: https://github.com/HawkinDynamics/hawkinR, https://hawkindynamics.github.io/hawkinR/ BugReports: https://github.com/HawkinDynamics/hawkinR/issues Depends: R (>= 3.5.0) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: dplyr (>= 0.7.4), jsonlite (>= 1.8.7), lubridate (>= 1.9.2), magrittr (>= 2.0.3), rlang (>= 1.1.1), janitor(>= 2.2.0), stats, httr2 (>= 1.0.1), logger (>= 0.3.0), tidyselect(>= 1.2.1), later(>= 0.7.3) Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr LazyData: true Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://hawkindynamics.r-universe.dev Date/Publication: 2026-07-15 23:53:36 UTC RemoteUrl: https://github.com/hawkindynamics/hawkinr RemoteRef: HEAD RemoteSha: bac9d28a93fe42e84b7cec239af98b6c1992aa2f NeedsCompilation: no Packaged: 2026-07-20 07:26:41 UTC; root Author: Lauren Green [aut, cre] Maintainer: Lauren Green