Package: RXKCD
Type: Package
Title: Get XKCD Comic from R
Version: 2.0.1
Date: 2026-04-14
Authors@R: c(person(given = "Paolo",
                    family = "Sonego",
                    role = c("aut", "cph", "cre"),
                    email = "paolo.sonego@gmail.com"),
             person(given = "Mikko",
                    family = "Korpela",
                    role = "aut"))
Description: Visualize your favorite XKCD comic strip directly from R.
    Includes full-text search with BM25 ranking and semantic similarity search
    via local 'GloVe' embeddings, powered by a local 'DuckDB' cache.
URL: https://onertipaday.github.io/RXKCD/,
        https://github.com/onertipaday/RXKCD
BugReports: https://github.com/onertipaday/RXKCD/issues
License: GPL-2
Encoding: UTF-8
Imports: jsonlite, httr, jpeg, png, graphics, utils, DBI, duckdb,
        text2vec
RoxygenNote: 7.3.3
NeedsCompilation: no
Packaged: 2026-04-15 07:24:00 UTC; sonegop
Author: Paolo Sonego [aut, cph, cre],
  Mikko Korpela [aut]
Maintainer: Paolo Sonego <paolo.sonego@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-15 08:10:02 UTC
