-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 1.23 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
Package: lacrmr
Title: Connect to the 'Less Annoying CRM' API
Version: 1.1.1
Authors@R: c(
person(given = "ixpantia,
family = SRL",
role = "cph",
email = "[email protected]"),
person(given = "Ronny",
family = "Hernández Mora",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6225-7096")),
person(given = "Frans",
family = "van Dunné",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7853-2811")))
Description: Connect to the 'Less Annoying CRM' API with ease to get your crm data in a clean and tidy format. 'Less Annoying CRM' is a simple CRM built for small businesses, more information is available on their website <https://www.lessannoyingcrm.com/>.
License: GPL-3
URL: https://ixpantia.github.io/lacrmr/
BugReports: https://github.com/ixpantia/lacrmr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.6),
magrittr
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
httptest,
mockery,
lubridate,
purrr,
tidyr
VignetteBuilder: knitr
Imports:
dplyr,
httr,
jsonlite,
janitor,
sjmisc,
stringr