{
  "_id": "6a58725cff0138dec5d73880",
  "Package": "joker",
  "Type": "Package",
  "Title": "Return a Random Joke from APIs",
  "Version": "0.0.3",
  "Authors@R": "c(person(\"Tan\", \"Ho\", email = \"tan@tanho.ca\",role = c(\"aut\", \"cre\")),\nperson(\"Jeffrey W Hollister\",role = c(\"aut\")),\nperson(\"Mathias Schilling\", role = c(\"cph\")),\nperson(\"Antoine Bichat\",role = c(\"ctb\")),\nperson(\"Brett Langdon\", role = c(\"cph\")))",
  "Description": "What is funnier than a joke?  A joke in R!  This package\nutilizes the APIs for <https://icanhazdadjoke.com> and\n<https://chucknorris.io> and returns a random dadjoke or Chuck\nNorris joke.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.1.0",
  "Encoding": "UTF-8",
  "Config/pak/sysreqs": "libssl-dev",
  "Repository": "https://tanho63.r-universe.dev",
  "Date/Publication": "2020-07-24 15:45:22 UTC",
  "RemoteUrl": "https://github.com/tanho63/joker",
  "RemoteRef": "HEAD",
  "RemoteSha": "0adc9dbef887ab3985477611c51aa843d44b937f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-16 05:50:34 UTC",
    "User": "root"
  },
  "Author": "Tan Ho [aut, cre],\nJeffrey W Hollister [aut],\nMathias Schilling [cph],\nAntoine Bichat [ctb],\nBrett Langdon [cph]",
  "Maintainer": "Tan Ho <tan@tanho.ca>",
  "_user": "tanho63",
  "_type": "src",
  "_file": "joker_0.0.3.tar.gz",
  "_fileid": "https://r2.ropensci.org/2e46afba74d2325fec384eb1cef8e815c62f27f3193d14cf0bf71ddefa963b7d",
  "_filesize": 76440,
  "_sha256": "2e46afba74d2325fec384eb1cef8e815c62f27f3193d14cf0bf71ddefa963b7d",
  "_expires": "2026-10-24T05:55:38.000Z",
  "_created": "2026-07-16T05:50:34.000Z",
  "_published": "2026-07-16T05:55:40.358Z",
  "_jobs": [
    {
      "job": 87545952045,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8366224427"
    },
    {
      "job": 87545952035,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366223151"
    },
    {
      "job": 87545952052,
      "time": 76,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8366269103"
    },
    {
      "job": 87545952046,
      "time": 75,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366234589"
    },
    {
      "job": 87545538942,
      "time": 177,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366188859"
    },
    {
      "job": 87545952073,
      "time": 94,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8366216317"
    },
    {
      "job": 87545952068,
      "time": 56,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8366206042"
    },
    {
      "job": 87545952059,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8366206842"
    },
    {
      "job": 87545952074,
      "time": 56,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8366205559"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010",
  "_status": "success",
  "_upstream": "https://github.com/tanho63/joker",
  "_commit": {
    "id": "0adc9dbef887ab3985477611c51aa843d44b937f",
    "author": "Tan Ho <38083823+tanho63@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #2 from tanho63/dev\n\nupdate joker package",
    "time": 1595605522
  },
  "_maintainer": {
    "name": "Tan Ho",
    "email": "tan@tanho.ca",
    "login": "tanho63",
    "bluesky": "@tanho.ca",
    "description": "list(\"eng lead @zelus-analytics soccer\", \"@nflverse\", \"@ffverse\", \"@dynastyprocess\", \"@r4ds\", \"@dslc-io\", \"pumpkin carving\")",
    "uuid": 38083823
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "httptest",
      "role": "Suggests"
    }
  ],
  "_owner": "tanho63",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "tanho63",
      "count": 18,
      "uuid": 38083823
    },
    {
      "user": "jhollist",
      "count": 15,
      "uuid": 5438539
    },
    {
      "user": "abichat",
      "count": 1,
      "uuid": 30300749
    }
  ],
  "_userbio": {
    "uuid": 38083823,
    "type": "user",
    "name": "Tan Ho",
    "followers": 244,
    "description": "list(\"eng lead @zelus-analytics soccer\", \"@nflverse\", \"@ffverse\", \"@dynastyprocess\", \"@r4ds\", \"@dslc-io\", \"pumpkin carving\")"
  },
  "_downloads": {
    "count": 219,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/joker"
  },
  "_devurl": "https://github.com/tanho63/joker",
  "_searchresults": 10,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/joker.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/thechibo/joker",
  "_realowner": "thechibo",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.14.2",
      "date": "2025-04-28"
    }
  ],
  "_exports": [
    "chuckjoke",
    "dadjoke",
    "randomjoke"
  ],
  "_help": [
    {
      "page": "chuckjoke",
      "title": "Function to return random Chuck Norris joke",
      "topics": [
        "chuckjoke"
      ]
    },
    {
      "page": "dadjoke",
      "title": "Function to return random dad joke",
      "topics": [
        "dadjoke"
      ]
    },
    {
      "page": "randomjoke",
      "title": "Function to return random joke from package functions",
      "topics": [
        "randomjoke"
      ]
    }
  ],
  "_readme": "https://github.com/tanho63/joker/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "curl",
    "httr",
    "jsonlite",
    "mime",
    "openssl",
    "R6",
    "sys"
  ],
  "_score": 2,
  "_indexed": false,
  "_nocasepkg": "joker",
  "_universes": [
    "tanho63"
  ],
  "_indexurl": "https://thechibo.r-universe.dev/joker",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-16T05:52:40.000Z",
      "distro": "resolute",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/22a0bcb8a25ef67bd505ab7d3f8644d4f6ff8183bce8cb66aa7a1955beaa12f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.3",
      "date": "2026-07-16T05:52:36.000Z",
      "distro": "resolute",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/9cf4cb6292184b01a5f0295354a5214d81df52ee315336efd201440b17d7f639",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-07-16T05:55:10.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/212b879ac18deb992725e1212d1b82eb658c6191db8d1acf162d3d0b33c26648",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.3",
      "date": "2026-07-16T05:53:18.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/ee33830bfce7d84bf0990fbbec2266afac40ffaa127fef0e5f94690e993f8b2e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.3",
      "date": "2026-07-16T05:52:22.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/b6a9301401a2ff09c031fab8220bf6d7e753e342ee692968c96051bdc5765308",
      "status": "success",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-16T05:51:31.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/5a6df0d045314ac221482045ef7dc17ca1efa33e6105a4b5f4690f0e7dcb42cf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-16T05:51:35.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/517b68ba8e0fd12fbbc77b9201d148a65a197d6420b9d707bfe72f4ce1e267b4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.3",
      "date": "2026-07-16T05:51:31.000Z",
      "commit": "0adc9dbef887ab3985477611c51aa843d44b937f",
      "fileid": "https://r2.ropensci.org/0c198e99acdd994f280f56ed69712dcb2a9abd921342246d0eb9f44d131d0173",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/tanho63/actions/runs/29474838010"
    }
  ]
}