-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
24 lines (24 loc) · 925 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
Package: teamr
Title: Send Formatted Messages, Images and Objects to Microsoft 'Teams'
Version: 0.0.1
Authors@R:
person(given = "Michael",
family = "Yan",
role = c("aut", "cre"),
email = "tanbingy@gmail.com",
comment = c(ORCID = "https://orcid.org/0000-0002-3845-0934"))
URL: https://github.com/wwwjk366/teamr
BugReports: https://github.com/wwwjk366/teamr/issues
Description: Package of wrapper functions using R6 class to send requests to
Microsoft 'Teams' <https://products.office.com/en-us/microsoft-teams/group-chat-software> through webhooks.
When you need to share information or data from R to 'Teams', rather than copying/pasting, you
can use this package to send well-formatted output from multiple R objects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
httr,
jsonlite,
R6
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1