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
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-07-18 14:27:51 UTC; cayanm00
Author: Michael Yan [aut, cre] (<https://orcid.org/0000-0002-3845-0934>)
Maintainer: Michael Yan <tanbingy@gmail.com>
Repository: CRAN
Date/Publication: 2019-07-18 16:40:02 UTC
Built: R 4.0.2; ; 2020-07-16 17:40:20 UTC; unix
