{
  "_id": "6a0aa9d23049a8b801a06e33",
  "Package": "biorecap",
  "Title": "Retrieve and summarize bioRxiv and medRxiv preprints with a\nlocal LLM using ollama",
  "Version": "0.2.0",
  "Authors@R": "person(\"Stephen\", \"Turner\", , \"vustephen@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-9140-9028\"))",
  "Description": "Retrieve and summarize bioRxiv and medRxiv preprints with\na local LLM using ollama.",
  "License": "MIT + file LICENSE",
  "URL": "https://stephenturner.github.io/biorecap/",
  "BugReports": "https://github.com/stephenturner/biorecap/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libuv1-dev libxml2-dev libssl-dev",
  "Repository": "https://r-multiverse-staging.r-universe.dev",
  "Date/Publication": "2024-09-25 20:53:23 UTC",
  "RemoteUrl": "https://github.com/stephenturner/biorecap",
  "RemoteRef": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
  "RemoteSha": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-16 09:08:16 UTC",
    "User": "root"
  },
  "Author": "Stephen Turner [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9140-9028>)",
  "Maintainer": "Stephen Turner <vustephen@gmail.com>",
  "MD5sum": "b6a751bdbb6b88760bdaab987943c055",
  "_user": "r-multiverse-staging",
  "_type": "src",
  "_file": "biorecap_0.2.0.tar.gz",
  "_fileid": "aebeea61beb0160d0b103b9f01bc030b66f93a5db728bb3c488364f40be1d489",
  "_filesize": 692510,
  "_sha256": "aebeea61beb0160d0b103b9f01bc030b66f93a5db728bb3c488364f40be1d489",
  "_created": "2026-05-16T09:08:16.000Z",
  "_published": "2026-05-18T05:55:30.969Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 76465714391,
      "time": 412,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 76465714377,
      "time": 179,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7050399441"
    },
    {
      "job": 76465714722,
      "time": 72,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032197775"
    },
    {
      "job": 76465714425,
      "time": 65,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 76465714512,
      "time": 258,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7032190713"
    },
    {
      "job": 76465714726,
      "time": 135,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "7032203781"
    },
    {
      "job": 76465714445,
      "time": 546,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 76465714746,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7032199198"
    },
    {
      "job": 76465714428,
      "time": 203,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7050403929"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/stephenturner/biorecap",
  "_commit": {
    "id": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
    "author": "Stephen Turner <vustephen@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #6 from stephenturner/dev\n\nsupport medrxiv",
    "time": 1727297603
  },
  "_maintainer": {
    "name": "Stephen Turner",
    "email": "vustephen@gmail.com",
    "login": "stephenturner",
    "bluesky": "@stephenturner.us",
    "linkedin": "in/turnersd",
    "orcid": "0000-0001-9140-9028",
    "twitter": "@strnr",
    "uuid": 460076
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2.0",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ollamar",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rmarkdown",
      "role": "Imports"
    },
    {
      "package": "tidyRSS",
      "role": "Imports"
    },
    {
      "package": "tinytable",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "stephenturner",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 73,
  "_contributors": [
    {
      "user": "stephenturner",
      "count": 42,
      "uuid": 460076
    },
    {
      "user": "vpnagraj",
      "count": 1,
      "uuid": 8546787
    }
  ],
  "_userbio": {
    "uuid": 161461790,
    "type": "organization",
    "name": "R-multiverse",
    "description": "A community-curated collection of R package releases, powered by R-universe"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/biorecap"
  },
  "_devurl": "https://github.com/stephenturner/biorecap",
  "_pkgdown": "https://stephenturner.github.io/biorecap/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/biorecap.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_prompt",
    "add_prompt_subject",
    "add_summary",
    "biorecap_report",
    "build_prompt_preprint",
    "build_prompt_subject",
    "get_preprints",
    "list_models",
    "test_connection",
    "tt_preprints"
  ],
  "_datasets": [
    {
      "name": "example_preprints",
      "title": "Example preprints with summaries",
      "object": "example_preprints",
      "class": [
        "preprints_summary",
        "preprints_prompt",
        "preprints",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "source",
        "subject",
        "title",
        "url",
        "abstract",
        "prompt",
        "summary"
      ],
      "rows": 60,
      "table": true,
      "tojson": true
    },
    {
      "name": "subjects",
      "title": "bioRxiv subjects",
      "object": "subjects",
      "class": [
        "list"
      ],
      "fields": [],
      "table": false,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "add_prompt",
      "title": "Add prompt to a data frame of preprints",
      "topics": [
        "add_prompt"
      ]
    },
    {
      "page": "add_prompt_subject",
      "title": "Add prompts for an entire subject",
      "topics": [
        "add_prompt_subject"
      ]
    },
    {
      "page": "add_summary",
      "title": "Generate a summary from a data frame of prompts",
      "topics": [
        "add_summary"
      ]
    },
    {
      "page": "biorecap_report",
      "title": "Create a report from bioRxiv/medRxiv preprints",
      "topics": [
        "biorecap_report"
      ]
    },
    {
      "page": "build_prompt_preprint",
      "title": "Construct a prompt to summarize a paper",
      "topics": [
        "build_prompt_preprint"
      ]
    },
    {
      "page": "build_prompt_subject",
      "title": "Construct a prompt to summarize a set of papers from a subject",
      "topics": [
        "build_prompt_subject"
      ]
    },
    {
      "page": "example_preprints",
      "title": "Example preprints with summaries",
      "topics": [
        "example_preprints"
      ]
    },
    {
      "page": "get_preprints",
      "title": "Get bioRxiv/medRxiv preprints",
      "topics": [
        "get_preprints"
      ]
    },
    {
      "page": "subjects",
      "title": "bioRxiv subjects",
      "topics": [
        "subjects"
      ]
    },
    {
      "page": "tt_preprints",
      "title": "Create a markdown table from prepreprint summaries",
      "topics": [
        "tt_preprints"
      ]
    }
  ],
  "_pkglogo": "https://github.com/stephenturner/biorecap/raw/20dcdd9ea6fbca2a061b123ef56e5f1b94380644/man/figures/logo.png",
  "_readme": "https://github.com/stephenturner/biorecap/raw/20dcdd9ea6fbca2a061b123ef56e5f1b94380644/README.md",
  "_rundeps": [
    "anytime",
    "askpass",
    "base64enc",
    "BH",
    "bslib",
    "cachem",
    "cli",
    "crayon",
    "curl",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "htmltools",
    "httr",
    "httr2",
    "jquerylib",
    "jsonlite",
    "knitr",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "ollamar",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "sass",
    "sys",
    "tibble",
    "tidyRSS",
    "tidyselect",
    "tinytable",
    "tinytex",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xml2",
    "yaml"
  ],
  "_score": 3.5622928644564746,
  "_indexed": false,
  "_nocasepkg": "biorecap",
  "_universes": [
    "r-multiverse-staging"
  ],
  "_indexurl": "https://stephenturner.r-universe.dev/biorecap",
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-04-16T05:55:58.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "3f660ab4386cd3a736e7cb025276e278647d275c8b483b997363c5a4908c426a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/24493260026"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-18T05:48:52.000Z",
      "distro": "noble",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "ae36df3ea0baa3a0cbab6816a51c25d24f361fa849abbc4602c7f602935a1d2a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-16T09:09:32.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "33c29c1da263a4dc23567f5217b1e73727cb59024acd4431c3846bdd229a9f62",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-16T09:10:45.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "d75b6e3cfb21849a6eae9911353d89643ea908817ac2843f0128aace45823998",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-16T09:09:39.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "c8b9e26a800895a93ced2478b5158075f716d64aa683779713fc361aa473ba38",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-18T05:49:12.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "10323b8161b4a6b29086dfd4c807dd916b13c99fd414e9b2662a3e33a4de7eba",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/r-multiverse-staging/actions/runs/25958006514"
    }
  ]
}