Package: telegram.bot
Type: Package
Title: Develop a 'Telegram Bot' with R
Version: 2.3.1
Authors@R: person("Ernest", "Benedito", email = "ebeneditos@gmail.com",
    role = c("aut", "cre"))
Description: Provides a pure interface for the 'Telegram Bot API'
    <http://core.telegram.org/bots/api>. In addition to the pure API
    implementation, it features a number of tools to make the development of
    'Telegram' bots with R easy and straightforward, providing an easy-to-use
    interface that takes some work off the programmer.
URL: http://github.com/ebeneditos/telegram.bot
BugReports: http://github.com/ebeneditos/telegram.bot/issues
Depends: R (>= 3.1.0)
Imports: curl, httr, jsonlite, R6
Suggests: covr, knitr, rmarkdown, testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-04-28 15:06:32 UTC; Ernest
Author: Ernest Benedito [aut, cre]
Maintainer: Ernest Benedito <ebeneditos@gmail.com>
Repository: CRAN
Date/Publication: 2019-04-28 15:20:03 UTC
