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.2
Date: 2020-09-25
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: 7.1.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'
NeedsCompilation: no
Packaged: 2020-09-28 17:39:37 UTC; dementiy
Author: Dmitriy Sorokin [aut, cre],
  Anton Antonov [ctb]
Repository: CRAN
Date/Publication: 2020-09-29 05:20:02 UTC
Built: R 4.5.0; ; 2025-04-02 16:01:48 UTC; unix
