forked from Dementiy/vkR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.17 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
55
56
57
58
59
Package: vkR
Type: Package
Title: Access to VK API via R
Description: Provides an interface to the VK API <https://vk.com/dev/methods>.
VK <https://vk.com/> is the largest European online social networking
service, based in Russia.
Version: 0.1
Date: 2016-12-01
Authors@R: c(
person("Dmitriy", "Sorokin", role = c("aut", "cre"),
email = "dementiy@yandex.ru"),
person("Anton", "Antonov", role = "ctb",
email = "tonytonov@gmail.com"))
Maintainer: Dmitriy Sorokin <dementiy@yandex.ru>
URL: https://github.com/Dementiy/vkR
BugReports: https://github.com/Dementiy/vkR/issues
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.0.0)
Imports:
graphics,
httr,
purrr,
jsonlite,
stats,
utils,
XML
Suggests:
stringr,
tm,
plyr,
dplyr,
reshape2,
jpeg,
igraph,
rgexf,
httpuv,
mongolite
RoxygenNote: 6.0.1
Collate:
'auth.R'
'board.R'
'database.R'
'friends.R'
'groups.R'
'igraph_gefx_exporter.R'
'likes.R'
'messages.R'
'mongo_connection.R'
'network.R'
'newsfeed.R'
'queries.R'
'status.R'
'search.R'
'users.R'
'utils.R'
'wall.R'
'vkR.R'