{
  "_id": "6a0f6492acfb0bcc41c5cc87",
  "Package": "mailmerge",
  "Title": "Mail Merge Using R Markdown Documents and 'gmailr'",
  "Version": "0.2.5",
  "Authors@R": "person(given = \"Andrie\",\nfamily = \"de Vries\",\nrole = c(\"aut\", \"cre\"),\nemail = \"apdevries@gmail.com\")",
  "Description": "Perform a mail merge (mass email) using the message\ndefined in markdown, the recipients in a 'csv' file, and gmail\nas the mailing engine. With this package you can parse markdown\ndocuments as the body of email, and the 'yaml' header to\nspecify the subject line of the email.  Any '{}' braces in the\nemail will be encoded with 'glue::glue()'. You can preview the\nemail in the RStudio viewer pane, and send (draft) email using\n'gmailr'.",
  "License": "MIT + file LICENSE",
  "URL": "https://andrie.github.io/mailmerge/,\nhttps://github.com/andrie/mailmerge",
  "BugReports": "https://github.com/andrie/mailmerge/issues",
  "VignetteBuilder": "knitr",
  "RdMacros": "lifecycle",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.1",
  "Language": "en-US",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev zlib1g-dev",
  "Repository": "https://andrie.r-universe.dev",
  "Date/Publication": "2024-03-31 17:59:59 UTC",
  "RemoteUrl": "https://github.com/andrie/mailmerge",
  "RemoteRef": "HEAD",
  "RemoteSha": "0f1004b8ca813ebc85e0748c1075b285b057406d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 10:17:01 UTC",
    "User": "root"
  },
  "Author": "Andrie de Vries [aut, cre]",
  "Maintainer": "Andrie de Vries <apdevries@gmail.com>",
  "MD5sum": "ef0af079c9e5ad863143252cc419857e",
  "_user": "andrie",
  "_type": "src",
  "_file": "mailmerge_0.2.5.tar.gz",
  "_fileid": "e100886e8b07a86cba436e97df952bfdb7fba38efdbe528ebd10d0530217cad8",
  "_filesize": 381284,
  "_sha256": "e100886e8b07a86cba436e97df952bfdb7fba38efdbe528ebd10d0530217cad8",
  "_created": "2026-05-21T10:17:01.000Z",
  "_published": "2026-05-21T20:01:22.445Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77257621082,
      "time": 153,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133174446"
    },
    {
      "job": 77257620986,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133171373"
    },
    {
      "job": 77257620481,
      "time": 149,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133172821"
    },
    {
      "job": 77257620662,
      "time": 212,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133194583"
    },
    {
      "job": 77257619904,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133122550"
    },
    {
      "job": 77257620056,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7145907005"
    },
    {
      "job": 77257620543,
      "time": 103,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7133157365"
    },
    {
      "job": 77257621138,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7133155416"
    },
    {
      "job": 77257621065,
      "time": 88,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7133152665"
    }
  ],
  "_buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andrie/mailmerge",
  "_commit": {
    "id": "0f1004b8ca813ebc85e0748c1075b285b057406d",
    "author": "andrie <apdevries@gmail.com>",
    "committer": "andrie <apdevries@gmail.com>",
    "message": "Update github actions\n",
    "time": 1711907999
  },
  "_maintainer": {
    "name": "Andrie de Vries",
    "email": "apdevries@gmail.com",
    "login": "andrie",
    "mastodon": "@andrie@fosstodon.org",
    "description": "Director of product strategy at @Posit, helping to make R and Python first class citizens for data science and enterprise deployment. ",
    "uuid": 479998
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.3",
      "role": "Depends"
    },
    {
      "package": "commonmark",
      "role": "Imports"
    },
    {
      "package": "gmailr",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "googledrive",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "miniUI",
      "role": "Imports"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 2.1.0",
      "role": "Suggests"
    },
    {
      "package": "here",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "readr",
      "role": "Suggests"
    }
  ],
  "_owner": "andrie",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "mailmerge"
  ],
  "_stars": 44,
  "_contributors": [
    {
      "user": "andrie",
      "count": 109,
      "uuid": 479998
    },
    {
      "user": "maelle",
      "count": 5,
      "uuid": 8360597
    }
  ],
  "_userbio": {
    "uuid": 479998,
    "type": "user",
    "name": "Andrie de Vries",
    "description": "Director of product strategy at @Posit, helping to make R and Python first class citizens for data science and enterprise deployment. "
  },
  "_downloads": {
    "count": 266,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/mailmerge"
  },
  "_devurl": "https://github.com/andrie/mailmerge",
  "_pkgdown": "https://andrie.github.io/mailmerge/",
  "_searchresults": 10,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/mailmerge.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/andrie/mailmerge",
  "_realowner": "andrie",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2021-04-12"
    },
    {
      "version": "0.2.1",
      "date": "2021-05-11"
    },
    {
      "version": "0.2.2",
      "date": "2021-09-20"
    },
    {
      "version": "0.2.3",
      "date": "2021-10-01"
    },
    {
      "version": "0.2.4",
      "date": "2022-03-07"
    },
    {
      "version": "0.2.5",
      "date": "2022-08-14"
    }
  ],
  "_exports": [
    "%>%",
    "in_viewer",
    "mail_merge",
    "mm_read_googledoc",
    "mm_read_message",
    "mm_read_message_googledoc",
    "preview_mailmerge"
  ],
  "_help": [
    {
      "page": "mail_merge",
      "title": "Merges data into an email and send.",
      "topics": [
        "mail_merge"
      ]
    },
    {
      "page": "mm_read_googledoc",
      "title": "Read a markdown file from google drive",
      "topics": [
        "mm_read_googledoc"
      ]
    },
    {
      "page": "mm_read_message",
      "title": "Parse a markdown document into yaml and body components.",
      "concept": [
        "parsing functions"
      ],
      "topics": [
        "mm_read_message"
      ]
    },
    {
      "page": "mm_read_message_googledoc",
      "title": "Parse the email template inside a markdown document on google drive.",
      "concept": [
        "parsing functions"
      ],
      "topics": [
        "mm_read_message_googledoc"
      ]
    },
    {
      "page": "preview_mailmerge",
      "title": "Preview mailmerge as shiny gadget in RStudio preview pane.",
      "topics": [
        "preview_mailmerge"
      ]
    }
  ],
  "_pkglogo": "https://github.com/andrie/mailmerge/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/andrie/mailmerge/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "crayon",
    "curl",
    "digest",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "gargle",
    "glue",
    "gmailr",
    "googledrive",
    "highr",
    "htmltools",
    "httpuv",
    "httr",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rematch2",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "sass",
    "shiny",
    "sourcetools",
    "sys",
    "tibble",
    "tinytex",
    "utf8",
    "uuid",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "introduction.Rmd",
      "filename": "introduction.html",
      "title": "Introduction to mailmerge",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-04-07 10:45:13",
      "modified": "2021-04-08 09:19:52",
      "commits": 3
    }
  ],
  "_score": 5.342422680822207,
  "_indexed": true,
  "_nocasepkg": "mailmerge",
  "_universes": [
    "andrie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-21T10:19:25.000Z",
      "distro": "noble",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "9e8d60cd306ac77111c46a994b9c94ba19b20b7e2c84887958637d52da480513",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-05-21T10:19:18.000Z",
      "distro": "noble",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "30f9949fb7224b8e4f793ea63938ee514975106fdb2d34fd798a3ab6140bb22a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-21T10:19:15.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "b06adc8a57ca76ee2eb904703595ab6e4eba618d0d3c9977837b91ea3a0d61ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-05-21T10:20:11.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "bb138f0d0f42f7b2125a4d8195679501fd9831a674176b9c5269f4790ddd5577",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-05-21T20:00:57.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "b73159658a36e546a5e930b39f9c82fe47173fce46c5c6acbe0241d2f25e2122",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-21T10:18:18.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "98733c2af1074eb4f0b7569c37da3be9b94a21fd8d2a494d7627fe500ead8636",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-21T10:18:22.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "ebac51f2e01d5a91c76e04964aba880663b712b52fd3e613e2370ee42acdd9e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-05-21T10:18:16.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "d89aea58b0b627595238bc8b26db27c45b591f83d27dd7e4b7659bc334559695",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/26219770165"
    }
  ]
}