-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.2 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
Package: amocrm
Type: Package
Title: AmoCRM API client
Version: 0.1.0
Author: Eduard Gorkh
Maintainer: Eduard Gorkh <eduardgorkh@gmail.com>
Description: Package to get everything from AmoCRM
Please, use ?<function> to read about it.
Other information available on github.com/grkhr/amocrm
Contact
Telegram: @grkhr
Facebook: facebook.com/eduard.tchaika
URL: https://github.com/grkhr/amocrm
BugReports: https://github.com/grkhr/amocrm/issues
Authors@R: c(
person(given = "Eduard", family = "Gorkh",
email = "eduardgorkh@gmail.com", role = c("aut", "cre")))
License: GPL (>= 2)
Depends:
R (>= 3.2.0)
Imports: dplyr, tictoc, httr, curl, plyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.1.9000
NeedsCompilation: no
Collate:
'AmoAuth.R'
'AmoAuthList.R'
'unnest_functions.R'
'query_functions.R'
'AmoCompanies.R'
'AmoContacts.R'
'AmoCustomFields.R'
'AmoCustomers.R'
'AmoCustomersTransactions.R'
'AmoGroups.R'
'AmoIncomingLeads.R'
'AmoLeads.R'
'AmoNotes.R'
'AmoPipelinesStatuses.R'
'AmoTaskTypes.R'
'AmoTasks.R'
'AmoUsers.R'
'package.R'
'zzz.R'
Suggests:
knitr,
rmarkdown,
testthat,
shiny
VignetteBuilder: knitr