Package: bambooHR Type: Package Title: A Wrapper to the 'BambooHR' API Version: 0.1.1 Authors@R: c( person("Tom", "Bowling", , "tom.bowling@ascent.io", role = c("aut", "cre")), person("Tim", "Fry", , "tim.fry@ascent.io", role = "aut"), person("Harry", "Alexander", role = "ctb"), person("Andrew", "Little", role = "ctb"), person("Mark", "Druffel", , "mdruffel@propellerpdx.com", role = "ctb")) Maintainer: Tom Bowling Description: Enables a user to consume the 'BambooHR' API endpoints using R. The actual URL of the API will depend on your company domain, and will be handled by the package automatically once you setup the config file. The API documentation can be found here . Depends: R (>= 4.0.0) Imports: rlang, glue, httr, curl, jsonlite, magrittr, dplyr, purrr, tibble, tidyr, lubridate, janitor, stringr, cli, withr License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.2.3 URL: https://mangothecat.github.io/bambooHR/ BugReports: https://github.com/MangoTheCat/bambooHR/issues Suggests: httptest, testthat Config/testthat/edition: 3 Repository: https://mangothecat.r-universe.dev Date/Publication: 2023-10-27 11:15:36 UTC RemoteUrl: https://github.com/mangothecat/bamboohr RemoteRef: HEAD RemoteSha: a1671b5cfea969513469370e6955578456694f7c NeedsCompilation: no Packaged: 2026-07-10 09:49:09 UTC; root Author: Tom Bowling [aut, cre], Tim Fry [aut], Harry Alexander [ctb], Andrew Little [ctb], Mark Druffel [ctb]