-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
32 lines (32 loc) · 928 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
Package: sendgridr
Title: Mail Sender Using 'Sendgrid' Service
Version: 0.6.2
Authors@R: person(given = "Chanyub",
family = "Park",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6474-2570"))
Description: Send email using 'Sendgrid' <https://sendgrid.com/en-us>
mail API(v3) <https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/authentication>.
License: MIT + file LICENSE
URL: https://mrchypark.github.io/sendgridr/, https://github.com/mrchypark/sendgridr
BugReports: https://github.com/mrchypark/sendgridr/issues
Repository: CRAN
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