Package: sendgridr Title: Mail Sender Using 'Sendgrid' Service Version: 0.6.2 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' mail API(v3) . License: MIT + file LICENSE URL: https://mrchypark.github.io/sendgridr/, https://github.com/mrchypark/sendgridr BugReports: https://github.com/mrchypark/sendgridr/issues Imports: magrittr, httr, jsonlite, usethis, cli, base64enc, emayili (>= 0.7), keyring Encoding: UTF-8 RoxygenNote: 7.2.3 Depends: R (>= 3.4) Suggests: covr, testthat (>= 3.0.0) Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Repository: https://mrchypark.r-universe.dev Date/Publication: 2025-06-02 14:35:20 UTC RemoteUrl: https://github.com/mrchypark/sendgridr RemoteRef: HEAD RemoteSha: 9a4a68686e35e8d9c00eef30e3499d1187f77114 NeedsCompilation: no Packaged: 2026-07-03 18:56:03 UTC; root Author: Chanyub Park [aut, cre] (ORCID: ) Maintainer: Chanyub Park