-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
54 lines (54 loc) Β· 1.38 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
47
48
49
50
51
52
53
54
Package: hubspot
Title: Work with Hubspot data
Version: 0.0.2.999
Authors@R:
c(person(given = "Steph",
family = "Locke",
role = c("aut", "cre"),
email = "steph@itsalocke.com"),
person(given = "Jessie",
family = "Geahlen",
role = "ctb",
email = "jgeahlen@gmail.com"),
person(given = "Locke Data",
role = "fnd",
comment = "https://itsalocke.com"),
person(given = "MaΓ«lle",
family = "Salmon",
role = "aut",
email = "maelle.salmon@yahoo.se",
comment = c(ORCID = "0000-0002-2815-0399")),
person("Michael W.", "Kearney", ,
email = "kearneymw@missouri.edu", role = c("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
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
vcr,
covr,
styler,
pkgload,
details
VignetteBuilder: knitr
Imports:
purrr,
dplyr,
httr,
magrittr,
tidyr,
rlang,
keyring,
methods,
tibble,
anytime,
memoise,
ratelimitr,
glue
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2