{
  "_id": "6a23b551530b9bc726bd720d",
  "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.r-universe.dev",
  "Date/Publication": "2024-09-25 20:53:23 UTC",
  "RemoteUrl": "https://github.com/stephenturner/biorecap",
  "RemoteRef": "v0.2.0",
  "RemoteSha": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 05:46:49 UTC",
    "User": "root"
  },
  "Author": "Stephen Turner [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-9140-9028>)",
  "Maintainer": "Stephen Turner <vustephen@gmail.com>",
  "MD5sum": "62d71a4fb89aa4cd294aec3fbfb413a8",
  "_user": "r-multiverse",
  "_type": "src",
  "_file": "biorecap_0.2.0.tar.gz",
  "_fileid": "64476449ef802276815c5e249631564235b8dbd2975366f343990c722e4d963c",
  "_filesize": 692552,
  "_sha256": "64476449ef802276815c5e249631564235b8dbd2975366f343990c722e4d963c",
  "_created": "2026-06-06T05:46:49.000Z",
  "_published": "2026-06-06T05:51:13.571Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79855123098,
      "time": 181,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7451691212"
    },
    {
      "job": 79855123110,
      "time": 151,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451687311"
    },
    {
      "job": 79855123117,
      "time": 105,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7451681456"
    },
    {
      "job": 79855123135,
      "time": 89,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451679351"
    },
    {
      "job": 79854932314,
      "time": 184,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451667867"
    },
    {
      "job": 79855123086,
      "time": 233,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451697606"
    },
    {
      "job": 79855123104,
      "time": 131,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7451684769"
    },
    {
      "job": 79855123116,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7451678239"
    },
    {
      "job": 79855123092,
      "time": 97,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7451680734"
    }
  ],
  "_buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204",
  "_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",
    "description": "Associate Professor at the University of Virginia School of Data Science.",
    "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": 74,
  "_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/v0.2.0/man/figures/logo.png",
  "_readme": "https://github.com/stephenturner/biorecap/raw/v0.2.0/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.568201724066995,
  "_indexed": false,
  "_nocasepkg": "biorecap",
  "_universes": [
    "r-multiverse"
  ],
  "_indexurl": "https://stephenturner.r-universe.dev/biorecap",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-06T05:49:51.000Z",
      "distro": "noble",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "6a8e26851ef37c9270a8cc3cdf5abb7920db3e18547860221d06ed64f600acc5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-06-06T05:49:16.000Z",
      "distro": "noble",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "f366252ac298d6492f78ae34c002679bc1dc0c9b079932630d68ed7e6255e6cb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-06T05:48:35.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "24d464856f572b39f41acd5af80f90d4ccfdcd4dccd1a053d25253fec2137b84",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-06-06T05:48:22.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "4355d7c38bb5b68581e735c2e071fd5425ed71ed75f17c0db2edd340285eb64b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-06-06T05:50:59.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "00d9420291a1f38786f89b1b1a44690a4ea1832cb67ae9c6ffbc916150761331",
      "status": "success",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-06T05:48:54.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "1c5e6377edea5dd3701b3a7470d2b1f6fe646feba395a319359139b02ec9d755",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-06T05:48:08.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "3317bae5e9f400cf92a8fc9db93e37043de0bd15b533cbb29d7dc572adb0032c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-06-06T05:48:23.000Z",
      "commit": "20dcdd9ea6fbca2a061b123ef56e5f1b94380644",
      "fileid": "fbdf6f67dce24a3d260ca78cebd34cae8e80dcd8c3ea3c1adfe59a1eacc6a000",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/r-multiverse/actions/runs/27054093204"
    }
  ]
}