Package: sendgridr
Title: Mail Sender Using 'Sendgrid' Service
Version: 0.3.3
Authors@R: person(given = "Chanyub",
             family = "Park",
             role = c("aut","cre"),
             email = "mrchypark@gmail.com",
             comment = c(ORCID = "0000-0001-6474-2570"))
Description: Send email using 'Sendgrid' <https://sendgrid.com/> 
            mail API(v3) <https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/authentication>.
License: MIT + file LICENSE
URL: https://github.com/mrchypark/sendgridr
BugReports: https://github.com/mrchypark/sendgridr/issues
Imports: magrittr, httr, jsonlite, usethis, tidyr, tibble, glue, clipr,
        crayon, desc, rlang, clisymbols, base64enc, dplyr, fs, stringr
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 3.1)
Suggests: covr, testthat
NeedsCompilation: no
Packaged: 2021-10-06 10:07:47 UTC; mrchypark
Author: Chanyub Park [aut, cre] (<https://orcid.org/0000-0001-6474-2570>)
Maintainer: Chanyub Park <mrchypark@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-06 10:40:02 UTC
