-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
42 lines (42 loc) · 1.03 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
Package: telegram.bot
Type: Package
Title: Develop a 'Telegram Bot' with R
Version: 3.0.0
Authors@R: c(
person(
"Ernest", "Benedito",
email = "[email protected]",
role = c("aut", "cre")),
person(
"Chris", "Stefano",
email = "[email protected]",
role = c("ctb"))
)
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: https://github.com/ebeneditos/telegram.bot
BugReports: https://github.com/ebeneditos/telegram.bot/issues
Depends:
R (>= 3.1.0)
Imports:
curl,
httpuv,
httr,
jsonlite,
openssl,
R6
Suggests:
covr,
devtools,
knitr,
promises,
rmarkdown,
testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
VignetteBuilder: knitr