-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) Β· 1.24 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
42
43
44
45
46
Package: hubspot
Title: Work with HubSpot data
Version: 0.3.6.9000
Date: 2021-12-20
Authors@R: c(
person("Joost", "Kuckartz", , "[email protected]", role = c("aut", "cph", "cre")),
person("Steph", "Locke", , "[email protected]", role = c("aut", "cph")),
person("Jessie", "Geahlen", , "[email protected]", role = "ctb"),
person("Locke Data", role = "fnd",
comment = "https://itsalocke.com"),
person("MaΓ«lle", "Salmon", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Michael W.", "Kearney", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-0730-4694"))
)
Description: Utilising the 'Hubspot CRM' API (see
<https://developers.hubspot.com/docs> for more information), retrieve
customer relationship data for reporting and analysis.
License: MIT+ file LICENSE
Depends:
R (>= 4.1.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
httr,
dplyr,
purrr,
magrittr,
tidyr,
rlang,
keyring,
methods,
tibble,
anytime,
memoise,
ratelimitr,
glue
Suggests:
rmarkdown,
knitr,
testthat (>= 2.1.0),
covr,
pkgload,
vcr