{
  "_id": "6a614b311fed6d528131ed09",
  "Package": "ermoji",
  "Title": "RStudio Addin to Search and Copy Emoji",
  "Version": "0.2.0",
  "Authors@R": "person(given = \"Garrick\",\nfamily = \"Aden-Buie\",\nrole = c(\"aut\", \"cre\"),\nemail = \"garrick@adenbuie.com\",\ncomment = c(ORCID = \"0000-0002-7111-0077\"))",
  "Description": "RStudio addin to search through emoji and copy the emoji\nname, unicode string or glyph to the clipboard.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/gadenbuie/ermoji",
  "BugReports": "https://github.com/gadenbuie/ermoji/issues",
  "Remotes": [
    "hadley/emo"
  ],
  "ByteCompile": "true",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libx11-dev\nzlib1g-dev",
  "Repository": "https://gadenbuie.r-universe.dev",
  "Date/Publication": "2026-07-22 22:25:44 UTC",
  "RemoteUrl": "https://github.com/gadenbuie/ermoji",
  "RemoteRef": "main",
  "RemoteSha": "5625195acb2891a782a1e2137498e22d10cc2094",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-22 22:53:40 UTC",
    "User": "root"
  },
  "Author": "Garrick Aden-Buie [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-7111-0077>)",
  "Maintainer": "Garrick Aden-Buie <garrick@adenbuie.com>",
  "_user": "gadenbuie",
  "_type": "src",
  "_file": "ermoji_0.2.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/a247e11a4437fe92c7fcb11cfa2dd7342f8305731178f84d5d7e27bd10718bdd",
  "_filesize": 367470,
  "_sha256": "a247e11a4437fe92c7fcb11cfa2dd7342f8305731178f84d5d7e27bd10718bdd",
  "_expires": "2026-10-30T22:58:55.000Z",
  "_created": "2026-07-22T22:53:40.000Z",
  "_published": "2026-07-22T22:58:57.054Z",
  "_jobs": [
    {
      "job": 89072615711,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8547303511"
    },
    {
      "job": 89072615788,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8547301427"
    },
    {
      "job": 89072615748,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8547348288"
    },
    {
      "job": 89072615710,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8547331435"
    },
    {
      "job": 89072072707,
      "time": 189,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8547253955"
    },
    {
      "job": 89072615744,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8547297848"
    },
    {
      "job": 89072615834,
      "time": 131,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8547300895"
    },
    {
      "job": 89072615755,
      "time": 81,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8547282701"
    },
    {
      "job": 89072615798,
      "time": 87,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8547285212"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391",
  "_status": "success",
  "_upstream": "https://github.com/gadenbuie/ermoji",
  "_commit": {
    "id": "5625195acb2891a782a1e2137498e22d10cc2094",
    "author": "Maximilian Scholz <dev.scholz@mailbox.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix out-of-scope `input` reference in try_emo_ji() (#2)\n\ntry_emo_ji() is a top-level helper (a lexical sibling of the Shiny\nserver closure), so `input$emoji$name` was unbound there and the\ntryCatch() silently swallowed the error, making the 'try raw name\nfirst' branch dead code. Use the `name` parameter, which already\nholds input$emoji$name (passed by the caller).\n\nFound via ry v0.6.1 RY010 (unbound-variable).",
    "time": 1784759144
  },
  "_maintainer": {
    "name": "Garrick Aden-Buie",
    "email": "garrick@adenbuie.com",
    "login": "gadenbuie",
    "mastodon": "@grrrck@fosstodon.org",
    "bluesky": "@grrrck.xyz",
    "description": "Software engineer for Shiny at @posit-pbc",
    "uuid": 5420529,
    "orcid": "0000-0002-7111-0077"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "clipr",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Imports"
    },
    {
      "package": "emo",
      "role": "Imports"
    },
    {
      "package": "miniUI",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    }
  ],
  "_owner": "gadenbuie",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-30",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "emoji",
    "emoji-picker",
    "emoji-unicode",
    "rstudio",
    "rstudio-addin"
  ],
  "_stars": 27,
  "_contributors": [
    {
      "user": "gadenbuie",
      "count": 31,
      "uuid": 5420529
    },
    {
      "user": "sims1253",
      "count": 1,
      "uuid": 6530123
    }
  ],
  "_userbio": {
    "uuid": 5420529,
    "type": "user",
    "name": "Garrick Aden-Buie",
    "followers": 1197,
    "description": "Software engineer for Shiny at @posit-pbc"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ermoji"
  },
  "_devurl": "https://github.com/gadenbuie/ermoji",
  "_searchresults": 1,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ermoji.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "emoji_picker",
    "emoji2html",
    "ermoji_gadget",
    "ermoji_shiny"
  ],
  "_help": [
    {
      "page": "emoji_picker",
      "title": "Emoji Picker",
      "topics": [
        "emoji_picker"
      ]
    },
    {
      "page": "emoji2html",
      "title": "Convert Emoji to HTML",
      "topics": [
        "emoji2html"
      ]
    },
    {
      "page": "ermoji",
      "title": "The ermoji emoji gadget",
      "topics": [
        "ermoji",
        "ermoji_gadget",
        "ermoji_shiny"
      ]
    }
  ],
  "_readme": "https://github.com/gadenbuie/ermoji/raw/main/README.md",
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "clipr",
    "commonmark",
    "crosstalk",
    "digest",
    "DT",
    "emo",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "otel",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "rstudioapi",
    "sass",
    "shiny",
    "sourcetools",
    "tinytex",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_score": 3.130333768495006,
  "_indexed": true,
  "_nocasepkg": "ermoji",
  "_universes": [
    "gadenbuie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-22T22:56:08.000Z",
      "distro": "resolute",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/4cfa0acc519b94d36adb3ac766fdac3062fb7b1bedc3ed8df718c3776e02b68e",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-07-22T22:56:02.000Z",
      "distro": "resolute",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/67d3e28d3401d41884e3b47180c7d452500aa377910a0948dcd09a7aae8b6831",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-22T22:58:27.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/3a4a8080cf70eea364cf186c9fe9e7ed506479cbdc5920702bad7c6507344749",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-07-22T22:57:34.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/5ae76b5d06716d85f6222496b907b68edb4456f4208c97844dad9c8d94e1dd65",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-07-22T22:56:01.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/26c7a12d2f25d3c00547c5a311c3b55b6dbcde5ab14f61a6a7a32cf63b436c99",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-22T22:55:57.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/ffc1a94913a8efaaf9a76147c490d94e4cb23505d99ffe78270e4f4424d2831f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-22T22:55:04.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/bda02e6b98d4fc49ed6b1a2cc01d9bd1d1a17015b88988b2575d63a7f3b49167",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-07-22T22:55:09.000Z",
      "commit": "5625195acb2891a782a1e2137498e22d10cc2094",
      "fileid": "https://r2.ropensci.org/2f2c55626ca5a473d7425538c0cbbc0525b9c073454ff561ab2fb0fd6bedf5c3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964223391"
    }
  ]
}