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")), person("Jeffrey W Hollister",role = c("aut")), person("Mathias Schilling", role = c("cph")), person("Antoine Bichat",role = c("ctb")), person("Brett Langdon", role = c("cph"))) Description: What is funnier than a joke? A joke in R! This package utilizes the APIs for and and returns a random dadjoke or Chuck Norris joke. License: MIT + file LICENSE Depends: R (>= 3.0.0) Imports: httr, jsonlite, curl RoxygenNote: 7.1.0 Encoding: UTF-8 Suggests: testthat, httptest 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: 2026-06-16 08:04:36 UTC; root Author: Tan Ho [aut, cre], Jeffrey W Hollister [aut], Mathias Schilling [cph], Antoine Bichat [ctb], Brett Langdon [cph] Maintainer: Tan Ho