{
  "_id": "6a499fa1162b78b26a583460",
  "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-06-20 06:46:30 UTC",
    "User": "root"
  },
  "Author": "Andrie de Vries [aut, cre]",
  "Maintainer": "Andrie de Vries <apdevries@gmail.com>",
  "_user": "andrie",
  "_type": "src",
  "_file": "mailmerge_0.2.5.tar.gz",
  "_fileid": "https://r2.ropensci.org/2f8d6226e9aa3fb71f31a635b15caf493c9a0cb39b23dff402d6b41764d3d905",
  "_filesize": 384993,
  "_sha256": "2f8d6226e9aa3fb71f31a635b15caf493c9a0cb39b23dff402d6b41764d3d905",
  "_expires": "2026-10-13T00:04:47.000Z",
  "_created": "2026-06-20T06:46:30.000Z",
  "_published": "2026-07-05T00:04:49.292Z",
  "_jobs": [
    {
      "job": 85177667281,
      "time": 191,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762960573"
    },
    {
      "job": 85177667256,
      "time": 92,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7762952007"
    },
    {
      "job": 85177667389,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762949851"
    },
    {
      "job": 85177667228,
      "time": 161,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762939954"
    },
    {
      "job": 85177667275,
      "time": 118,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762952821"
    },
    {
      "job": 85177667260,
      "time": 91,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7762950013"
    },
    {
      "job": 85177667460,
      "time": 97,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7762950709"
    },
    {
      "job": 85177667305,
      "time": 112,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7762951303"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924",
  "_status": "success",
  "_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
  },
  "_distro": "noble",
  "_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",
    "followers": 336,
    "description": "Director of product strategy at @Posit, helping to make R and Python first class citizens for data science and enterprise deployment. "
  },
  "_downloads": {
    "count": 283,
    "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",
    "LICENSE",
    "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-06-20T06:48:50.000Z",
      "distro": "noble",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/6e8257c5e2aae0b13446009f8006a5294631fd85458a6687bf0df75a453b00ca",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.5",
      "date": "2026-06-20T06:49:33.000Z",
      "distro": "noble",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/caf3f70649ef001a7e807b3978115ebce820be92b74b321d5a5d0cc3dd2d8744",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-20T06:48:23.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/7bc2592524cdc87a835cf200def407e099f354e03e080accd600aa8761e423e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.5",
      "date": "2026-06-20T06:47:58.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/5b764c9665ba1c5193ba0de2f2db94380dc353e3f067d081a81cb7fc3d46dc7b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.5",
      "date": "2026-06-20T06:48:46.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/35d85d63fab5b771e274c8c50c920362307b49351c44a70a4423b00be8444487",
      "status": "success",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-20T06:47:49.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/37568ebbf834e3920a50e9d6fb8a6993d2d7af89745232a9630bff51ecae1dee",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-20T06:47:53.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/9b126c0a3226e99e3723d8ec975bcb4966f92886e7f4aee75c6bf10762dfbff3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.5",
      "date": "2026-06-20T06:47:59.000Z",
      "commit": "0f1004b8ca813ebc85e0748c1075b285b057406d",
      "fileid": "https://r2.ropensci.org/e638cca4138bc431c43dc34a6b2f5c8e4ff178b728c8bbec6232060e5705f962",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andrie/actions/runs/27863240924"
    }
  ]
}