forked from propellerpdx/bambooHR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.19 KB
/
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
36
37
38
39
40
41
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 <tom.bowling@ascent.io>
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 <https://documentation.bamboohr.com/docs>.
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
LazyData: true
RoxygenNote: 7.2.3
URL: https://mangothecat.github.io/bambooHR/
BugReports: https://github.com/MangoTheCat/bambooHR/issues
Suggests: httptest, testthat
Config/testthat/edition: 3