-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 869 Bytes
/
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
Package: sendeR
Title: Simple Interface for Sending Messages
Version: 0.10.3.9000
Authors@R: c(
person("Tymoteusz", "Makowski",
email = "makowski.tymoteusz@gmail.com",
role = c("aut", "cre")),
person("Tomasz", "Klonecki",
email = "tomaszklonecki@gmail.com",
role = c("aut")))
Description: Various services allowing to send messages implemented in
a standardized simple (two functions per service) interface. Currently
supporting: Gmail, Slack and Telegram.
License: MIT + file LICENSE
URL: https://github.com/tmakowski/sendeR
BugReports: https://github.com/tmakowski/sendeR/issues
Depends:
R (>= 3.2)
Imports:
curl
Suggests:
httr,
knitr,
openssl,
rmarkdown,
testthat (>= 2.1.0),
covr,
spelling
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.0.2