{
  "_id": "6a6453c4059529545f575ff2",
  "Type": "Package",
  "Package": "messaging",
  "Title": "Conveniently Issue Messages, Warnings, and Errors",
  "Version": "0.1.0",
  "Description": "Provides tools for creating and issuing nicely-formatted\ntext within R diagnostic messages and those messages given\nduring warnings and errors. The formatting of the messages can\nbe customized using templating features. Issues with singular\nand plural forms can be handled through specialized syntax.",
  "Authors@R": "person(\"Richard\", \"Iannone\", , \"riannone@me.com\", c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-3925-190X\"))",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/rich-iannone/messaging",
  "BugReports": "https://github.com/rich-iannone/messaging/issues",
  "Encoding": "UTF-8",
  "ByteCompile": "true",
  "RoxygenNote": "6.0.1",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://rich-iannone.r-universe.dev",
  "Date/Publication": "2018-05-27 19:20:17 UTC",
  "RemoteUrl": "https://github.com/rich-iannone/messaging",
  "RemoteRef": "HEAD",
  "RemoteSha": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-25 06:00:33 UTC",
    "User": "root"
  },
  "Author": "Richard Iannone [aut, cre] (ORCID:\n<https://orcid.org/0000-0003-3925-190X>)",
  "Maintainer": "Richard Iannone <riannone@me.com>",
  "_user": "rich-iannone",
  "_type": "src",
  "_file": "messaging_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/ae43d0aaa7a4e7fbccbc68afe84d431e00db2d93bf45e81c88341d38e24046b2",
  "_filesize": 93381,
  "_sha256": "ae43d0aaa7a4e7fbccbc68afe84d431e00db2d93bf45e81c88341d38e24046b2",
  "_expires": "2026-11-02T06:12:19.000Z",
  "_created": "2026-07-25T06:00:33.000Z",
  "_published": "2026-07-25T06:12:20.647Z",
  "_jobs": [
    {
      "job": 89650067367,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8616289243"
    },
    {
      "job": 89650067368,
      "time": 188,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8616298498"
    },
    {
      "job": 89650067360,
      "time": 77,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8616368018"
    },
    {
      "job": 89650067365,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8616374963"
    },
    {
      "job": 89649792677,
      "time": 185,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8616266214"
    },
    {
      "job": 89650067347,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8616284738"
    },
    {
      "job": 89650067379,
      "time": 61,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8616277286"
    },
    {
      "job": 89650067377,
      "time": 66,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8616278098"
    },
    {
      "job": 89650067390,
      "time": 66,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8616278136"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726",
  "_status": "success",
  "_upstream": "https://github.com/rich-iannone/messaging",
  "_commit": {
    "id": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
    "author": "Richard Iannone <riannone@me.com>",
    "committer": "Richard Iannone <riannone@me.com>",
    "message": "Update README\n",
    "time": 1527448817
  },
  "_maintainer": {
    "name": "Richard Iannone",
    "email": "riannone@me.com",
    "login": "rich-iannone",
    "linkedin": "in/richard-iannone-a5640017",
    "orcid": "0000-0003-3925-190X",
    "twitter": "@riannone",
    "description": "I enjoy creating useful things for data analysis, transformation, and visualization. It's super fun too! ₍⸍⸌̣ʷ̣̫⸍̣⸌₎\n",
    "uuid": 5612024
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.1.2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "version": ">= 0.7.4",
      "role": "Imports"
    },
    {
      "package": "glue",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 0.2.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "version": ">= 1.3.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "rich-iannone",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "errors",
    "functions",
    "messages",
    "warnings"
  ],
  "_stars": 12,
  "_contributors": [
    {
      "user": "rich-iannone",
      "count": 71,
      "uuid": 5612024
    }
  ],
  "_userbio": {
    "uuid": 5612024,
    "type": "user",
    "name": "Richard Iannone",
    "followers": 1663,
    "description": "I enjoy creating useful things for data analysis, transformation, and visualization. It's super fun too! ₍⸍⸌̣ʷ̣̫⸍̣⸌₎\r\n"
  },
  "_downloads": {
    "count": 191,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/messaging"
  },
  "_devurl": "https://github.com/rich-iannone/messaging",
  "_searchresults": 12,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/messaging.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/rich-iannone/messaging",
  "_realowner": "rich-iannone",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2018-05-27"
    }
  ],
  "_exports": [
    "%>%",
    "emit_error",
    "emit_message",
    "emit_warning"
  ],
  "_help": [
    {
      "page": "emit_error",
      "title": "Stop function and provide associated messages",
      "topics": [
        "emit_error"
      ]
    },
    {
      "page": "emit_message",
      "title": "Provide a message with a consistent format",
      "topics": [
        "emit_message"
      ]
    },
    {
      "page": "emit_warning",
      "title": "Provide a warning with a consistent format",
      "topics": [
        "emit_warning"
      ]
    }
  ],
  "_readme": "https://github.com/rich-iannone/messaging/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 3.8573324964312685,
  "_indexed": true,
  "_nocasepkg": "messaging",
  "_universes": [
    "rich-iannone"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-25T06:02:43.000Z",
      "distro": "resolute",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/cdd8c437cbc807806a02b961baa3e4dbf552b5b960205f2f776396ce72e5f04c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-25T06:03:38.000Z",
      "distro": "resolute",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/d25883c84a6597aefc980d4b5c8cc9fd9b86fb250dc2b807cab214ae098e36e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-25T06:10:59.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/a0c2ae2d653df03b7570aa106b6fcd1d99911e41fbdb2b2c6a36091225327ab0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-25T06:11:37.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/31ee10436df2062b67f4998dde3103dcd599cd0c64b3c6382953bfd24f864f8e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-25T06:02:32.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/ebb5466f4f9a3bde7a14a1ad26fcfa5d874b56b23729a98dbc430f60638b1d72",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-25T06:01:30.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/26e504d9c8ea813e651e177cc735e6346f10f9c8b140e7281b356cfdc9ec8cf0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-25T06:01:36.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/9b457d49ff3f267fcfff4b6855c7314ef12db1aac62f0288df278f8463a782ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-25T06:01:36.000Z",
      "commit": "2d94d0b1f4e978ee1050a32523de3a0b6bacc87a",
      "fileid": "https://r2.ropensci.org/a2abd7efbe58d6b35ec738a49173e93a8c074a27ef7807180a5038cd6304b69e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rich-iannone/actions/runs/30146652726"
    }
  ]
}