{
  "_id": "6a1ad8071d7bb097a09e67ac",
  "Package": "sendgridr",
  "Title": "Mail Sender Using 'Sendgrid' Service",
  "Version": "0.6.2",
  "Authors@R": "person(given = \"Chanyub\",\nfamily = \"Park\",\nrole = c(\"aut\",\"cre\"),\nemail = \"mrchypark@gmail.com\",\ncomment = c(ORCID = \"0000-0001-6474-2570\"))",
  "Description": "Send email using 'Sendgrid' <https://sendgrid.com/en-us>\nmail API(v3)\n<https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/authentication>.",
  "License": "MIT + file LICENSE",
  "URL": "https://mrchypark.github.io/sendgridr/,\nhttps://github.com/mrchypark/sendgridr",
  "BugReports": "https://github.com/mrchypark/sendgridr/issues",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "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": {
    "Date": "2026-05-30 09:11:12 UTC",
    "User": "root"
  },
  "Author": "Chanyub Park [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6474-2570>)",
  "Maintainer": "Chanyub Park <mrchypark@gmail.com>",
  "MD5sum": "b44be18a56f211d66f973587a9b3217d",
  "_user": "mrchypark",
  "_type": "src",
  "_file": "sendgridr_0.6.2.tar.gz",
  "_fileid": "70e8909f1e4673782b7754a910d0d89f821bb55bd2ca6891f7a6a8a177507565",
  "_filesize": 155132,
  "_sha256": "70e8909f1e4673782b7754a910d0d89f821bb55bd2ca6891f7a6a8a177507565",
  "_created": "2026-05-30T09:11:12.000Z",
  "_published": "2026-05-30T12:28:55.225Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78638806675,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7307102356"
    },
    {
      "job": 78638806669,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307101955"
    },
    {
      "job": 78638806677,
      "time": 92,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7308166194"
    },
    {
      "job": 78638806668,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7308166996"
    },
    {
      "job": 78638600964,
      "time": 154,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307081659"
    },
    {
      "job": 78638806664,
      "time": 123,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307099926"
    },
    {
      "job": 78638806672,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7307096093"
    },
    {
      "job": 78638806670,
      "time": 148,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7307101996"
    },
    {
      "job": 78638806667,
      "time": 89,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7307097138"
    }
  ],
  "_buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/mrchypark/sendgridr",
  "_commit": {
    "id": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
    "author": "ChanYub Park <mrchypark@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #63 from mrchypark/chore/remove-rout-files\n\nrevert using env",
    "time": 1748874920
  },
  "_maintainer": {
    "name": "Chanyub Park",
    "email": "mrchypark@gmail.com",
    "login": "mrchypark",
    "mastodon": "@mrchypark@mastodon.social",
    "linkedin": "in/chanyubpark",
    "description": "Tool maker with R, Go & Docker/k8s enthusiast",
    "uuid": 6179259,
    "orcid": "0000-0001-6474-2570"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4",
      "role": "Depends"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "usethis",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "base64enc",
      "role": "Imports"
    },
    {
      "package": "emayili",
      "version": ">= 0.7",
      "role": "Imports"
    },
    {
      "package": "keyring",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "mrchypark",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-23",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "hacktoberfest",
    "hacktoberfest2021",
    "mail",
    "mailer",
    "sendgrid"
  ],
  "_stars": 25,
  "_contributors": [
    {
      "user": "mrchypark",
      "count": 256,
      "uuid": 6179259
    },
    {
      "user": "aedobbyn",
      "count": 5,
      "uuid": 4908283
    },
    {
      "user": "vincentguyader",
      "count": 3,
      "uuid": 10470699
    },
    {
      "user": "alanguillaume",
      "count": 1,
      "uuid": 43757522
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 6179259,
    "type": "user",
    "name": "ChanYub Park",
    "description": "Tool maker with R, Go & Docker/k8s enthusiast"
  },
  "_downloads": {
    "count": 258,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sendgridr"
  },
  "_devurl": "https://github.com/mrchypark/sendgridr",
  "_pkgdown": "https://mrchypark.github.io/sendgridr/",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/sendgridr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/mrchypark/sendgridr",
  "_realowner": "mrchypark",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.4",
      "date": "2021-05-04"
    },
    {
      "version": "0.3.3",
      "date": "2021-10-06"
    },
    {
      "version": "0.4.2",
      "date": "2021-12-16"
    },
    {
      "version": "0.4.3",
      "date": "2021-12-19"
    },
    {
      "version": "0.5.1",
      "date": "2022-08-12"
    },
    {
      "version": "0.6.1",
      "date": "2022-11-06"
    }
  ],
  "_exports": [
    "%>%",
    "attachments",
    "auth_check",
    "auth_set",
    "bcc",
    "body",
    "cc",
    "dynamic_template",
    "dynamic_template_data",
    "embed_rmd",
    "from",
    "mail",
    "send",
    "subject",
    "template_id",
    "to"
  ],
  "_help": [
    {
      "page": "address",
      "title": "set address to sg_mail class",
      "topics": [
        "address",
        "bcc",
        "cc",
        "to"
      ]
    },
    {
      "page": "attachments",
      "title": "attachments",
      "topics": [
        "attachments"
      ]
    },
    {
      "page": "auth_check",
      "title": "Check API key for auth.",
      "topics": [
        "auth_check"
      ]
    },
    {
      "page": "auth_set",
      "title": "Set API key for auth.",
      "topics": [
        "auth_set"
      ]
    },
    {
      "page": "body",
      "title": "body",
      "topics": [
        "body"
      ]
    },
    {
      "page": "dynamic_template",
      "title": "Add dynamic template",
      "topics": [
        "dynamic_template"
      ]
    },
    {
      "page": "dynamic_template_data",
      "title": "Add dynamic template data",
      "topics": [
        "dynamic_template_data"
      ]
    },
    {
      "page": "embed_rmd",
      "title": "Embeding Rmd on body with images.",
      "topics": [
        "embed_rmd"
      ]
    },
    {
      "page": "from",
      "title": "from",
      "topics": [
        "from"
      ]
    },
    {
      "page": "mail",
      "title": "Set mail class for Sendgrid",
      "topics": [
        "mail"
      ]
    },
    {
      "page": "print.sg_mail",
      "title": "Print for sg_mail class",
      "topics": [
        "print.sg_mail"
      ]
    },
    {
      "page": "send",
      "title": "send mail",
      "topics": [
        "send"
      ]
    },
    {
      "page": "subject",
      "title": "subject",
      "topics": [
        "subject"
      ]
    },
    {
      "page": "template_id",
      "title": "template id",
      "topics": [
        "template_id"
      ]
    }
  ],
  "_pkglogo": "https://github.com/mrchypark/sendgridr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/mrchypark/sendgridr/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "commonmark",
    "cpp11",
    "crayon",
    "credentials",
    "curl",
    "desc",
    "digest",
    "dplyr",
    "emayili",
    "evaluate",
    "fastmap",
    "filelock",
    "fontawesome",
    "fs",
    "generics",
    "gert",
    "gitcreds",
    "glue",
    "highr",
    "htmltools",
    "httr",
    "httr2",
    "ini",
    "jquerylib",
    "jsonlite",
    "keyring",
    "knitr",
    "lifecycle",
    "logger",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rprojroot",
    "rstudioapi",
    "rvest",
    "sass",
    "selectr",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "triebeard",
    "urltools",
    "usethis",
    "utf8",
    "vctrs",
    "whisker",
    "withr",
    "xfun",
    "xml2",
    "yaml",
    "zip"
  ],
  "_score": 4.778151250383644,
  "_indexed": true,
  "_nocasepkg": "sendgridr",
  "_universes": [
    "mrchypark"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-30T09:14:43.000Z",
      "distro": "noble",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "d7c8d9e30edc99dafc3b280571984a1d93a0b3d2699075b5ce564b3f040a053a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.6.2",
      "date": "2026-05-30T09:14:40.000Z",
      "distro": "noble",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "ac72b135e6b05f1a224eb792c16e4867bee662b27fa2ad673b10b01b4850c254",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-05-30T12:28:09.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "0d885d0c59b2080ea4a5657b664db43dd8a2b9534c45113bcb189aef42135f14",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.6.2",
      "date": "2026-05-30T12:28:10.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "4bea6217443b73d59fc1de1c6576b088e651fe2c9233217e63c45def39491f03",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.6.2",
      "date": "2026-05-30T09:14:42.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "817f4d9e34441b9a0c8b0850eff832c09d28e0b19fdfce4f6c4feada20f3d6fd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-05-30T09:13:31.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "2b61f24585ea2dff3ef4a5c2a89afe5dd7b3b6bff46cebfd2afe2e96e8a0b57f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-05-30T09:14:31.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "1ba4650d3b77a3d7260ed6bda4f0401140feaa913bd9126c10d97e64fcb3ea55",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.6.2",
      "date": "2026-05-30T09:13:39.000Z",
      "commit": "9a4a68686e35e8d9c00eef30e3499d1187f77114",
      "fileid": "13df28963023643526c097deb616e747ad312c46a4e1f6543e35b0b7e4df433e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/mrchypark/actions/runs/26564786658"
    }
  ]
}