{
  "_id": "6a4a17d20b5cb829d370768e",
  "Package": "metaextractoR",
  "Type": "Package",
  "Title": "Data Extraction for Meta-Analysis with Large Language Models",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\ngiven = \"Danyang\",\nfamily = \"Dai\",\nemail = \"danyan.dai01@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0009-0006-3984-291X\")\n),\nperson(\ngiven = \"Emi\",\nfamily = \"Tanaka\",\nemail = \"dr.emi.tanaka@gmail.com\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0002-1455-259X\")\n),\nperson(\ngiven = \"Jason\",\nfamily = \"Pole\",\nemail = \"j.pole@uq.edu.au\",\nrole = c(\"ths\"),\ncomment = c(ORCID = \"0000-0002-0413-5434\")\n)\n)",
  "Description": "Use Large Language Models (LLMs) to assist with data\nextraction for meta-analysis. This package incorporates three\nmodular Shiny apps to implement a human-in-the-loop framework.\n(1) a manual extraction interface for abstracts, (2) refining\nprompt engineering and model selection, and (3) validation of\nLLM-generated outputs. These apps enable researchers to\niteratively collaborate with LLMs, with each abstract\nundergoing double data extraction—once manually by a human\nresearcher and once independently by an LLM-assisted process—to\nemulate the double extraction process recommended by\ninternational standards. Notably, the package runs fully on\nlocal machines, with no need for API setup or external data\ntransfer, maximising data privacy and accessibility. Robust\nlogging features further enhance transparency and\nreproducibility by recording all prompt iterations and outputs.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "URL": "https://danyangdai.github.io/metaextractoR/",
  "BugReports": "https://github.com/DanyangDai/metaextractoR/issues",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev libssl-dev\nzlib1g-dev",
  "Repository": "https://emitanaka.r-universe.dev",
  "Date/Publication": "2026-04-07 22:22:39 UTC",
  "RemoteUrl": "https://github.com/DanyangDai/metaextractoR",
  "RemoteRef": "HEAD",
  "RemoteSha": "229c8547ffc83f73d418a860254f066023d9ec0d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 08:34:35 UTC",
    "User": "root"
  },
  "Author": "Danyang Dai [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0006-3984-291X>),\nEmi Tanaka [aut] (ORCID: <https://orcid.org/0000-0002-1455-259X>),\nJason Pole [ths] (ORCID: <https://orcid.org/0000-0002-0413-5434>)",
  "Maintainer": "Danyang Dai <danyan.dai01@gmail.com>",
  "_user": "emitanaka",
  "_type": "src",
  "_file": "metaextractoR_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/abda8d935b1bb6a6878dc8fdaba39b051fccb8bf87329fbba15ae385e4c2bac9",
  "_filesize": 234632,
  "_sha256": "abda8d935b1bb6a6878dc8fdaba39b051fccb8bf87329fbba15ae385e4c2bac9",
  "_expires": "2026-10-13T08:37:37.000Z",
  "_created": "2026-07-05T08:34:35.000Z",
  "_published": "2026-07-05T08:37:38.530Z",
  "_jobs": [
    {
      "job": 85207312736,
      "time": 138,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090039163"
    },
    {
      "job": 85207312715,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090039783"
    },
    {
      "job": 85207312720,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090031888"
    },
    {
      "job": 85207312721,
      "time": 100,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090034533"
    },
    {
      "job": 85207094977,
      "time": 204,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090021911"
    },
    {
      "job": 85207312702,
      "time": 149,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090040454"
    },
    {
      "job": 85207312705,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8090031838"
    },
    {
      "job": 85207312710,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8090033859"
    },
    {
      "job": 85207312706,
      "time": 93,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8090033941"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027",
  "_status": "success",
  "_upstream": "https://github.com/DanyangDai/metaextractoR",
  "_commit": {
    "id": "229c8547ffc83f73d418a860254f066023d9ec0d",
    "author": "danyangdai <43340871+DanyangDai@users.noreply.github.com>",
    "committer": "danyangdai <43340871+DanyangDai@users.noreply.github.com>",
    "message": "Ellmer removed extract_data and replace with chat$chat_structured(...)\n",
    "time": 1775600559
  },
  "_maintainer": {
    "name": "Danyang Dai",
    "email": "danyan.dai01@gmail.com",
    "login": "danyangdai",
    "uuid": 43340871
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "ellmer",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "shinyFiles",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "DT",
      "role": "Imports"
    },
    {
      "package": "bslib",
      "role": "Imports"
    },
    {
      "package": "shinyjs",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "danyangdai",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2025-34",
      "n": 3
    },
    {
      "week": "2025-36",
      "n": 3
    },
    {
      "week": "2025-41",
      "n": 1
    },
    {
      "week": "2025-42",
      "n": 10
    },
    {
      "week": "2025-43",
      "n": 49
    },
    {
      "week": "2025-44",
      "n": 27
    },
    {
      "week": "2026-15",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_contributors": [
    {
      "user": "emitanaka",
      "count": 69,
      "uuid": 7620319
    },
    {
      "user": "danyangdai",
      "count": 56,
      "uuid": 43340871
    }
  ],
  "_userbio": {
    "uuid": 7620319,
    "type": "user",
    "name": "Emi Tanaka",
    "followers": 544,
    "description": "Senior Lecturer in Statistics. My research is on combination of statistics, genetics and computing. My application focus is in plant breeding."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/metaextractoR"
  },
  "_devurl": "https://github.com/danyangdai/metaextractor",
  "_pkgdown": "https://danyangdai.github.io/metaextractoR/",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/metaextractoR.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_predefined_vars",
    "glance_manual_app",
    "manual_validation_app",
    "process_with_ollama",
    "prompt_engineering_app",
    "save_testing_data",
    "save_training_data",
    "separate_training"
  ],
  "_datasets": [
    {
      "name": "abstracts",
      "title": "Sample abstracts",
      "object": "abstracts",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Title",
        "Authors",
        "Abstract",
        "Published Year",
        "Published Month",
        "Journal",
        "DOI",
        "Covidence #"
      ],
      "rows": 50,
      "table": true,
      "tojson": true
    },
    {
      "name": "app_2",
      "title": "Sample abstracts",
      "object": "app_2",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Title",
        "Authors",
        "Abstract",
        "Published Year",
        "Published Month",
        "Journal",
        "DOI",
        "no_patients_manual",
        "no_AKI_manual",
        "ICU_manual",
        "age_mean_manual",
        "no_patients_llm",
        "no_AKI_llm",
        "ICU_llm",
        "age_mean_llm"
      ],
      "rows": 10,
      "table": true,
      "tojson": true
    },
    {
      "name": "app_3",
      "title": "Sample abstracts",
      "object": "app_3",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Title",
        "Authors",
        "Abstract",
        "Published Year",
        "Published Month",
        "Journal",
        "DOI",
        "Covidence #",
        "no_patients_manual",
        "no_AKI_manual",
        "ICU_manual",
        "age_mean_manual",
        "no_patients_llm",
        "no_AKI_llm",
        "ICU_llm",
        "age_mean_llm"
      ],
      "rows": 40,
      "table": true,
      "tojson": true
    },
    {
      "name": "testing_stage_0_data",
      "title": "Sample abstracts",
      "object": "testing_stage_0_data",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Title",
        "Authors",
        "Abstract",
        "Published Year",
        "Published Month",
        "Journal",
        "DOI",
        "Covidence #",
        "no.patients_manual",
        "no.AKI_manual",
        "ICU_manual",
        "age_mean_manual",
        "no.patients_llm",
        "no.AKI_llm",
        "ICU_llm",
        "age_mean_llm"
      ],
      "rows": 40,
      "table": true,
      "tojson": true
    },
    {
      "name": "training_stage_0_data",
      "title": "Sample abstracts",
      "object": "training_stage_0_data",
      "class": [
        "spec_tbl_df",
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "Title",
        "Authors",
        "Abstract",
        "Published Year",
        "Published Month",
        "Journal",
        "DOI",
        "Covidence #",
        "no.patients_manual",
        "no.AKI_manual",
        "ICU_manual",
        "age_mean_manual",
        "no.patients_llm",
        "no.AKI_llm",
        "ICU_llm",
        "age_mean_llm"
      ],
      "rows": 10,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "abstracts",
      "title": "Sample abstracts",
      "topics": [
        "abstracts",
        "app_2",
        "app_3",
        "testing_stage_0_data",
        "training_stage_0_data"
      ]
    },
    {
      "page": "add_predefined_vars",
      "title": "Pre-processing functions before shinyapps",
      "topics": [
        "add_predefined_vars"
      ]
    },
    {
      "page": "glance_manual_app",
      "title": "Launch the first shinyapp for to look into what variables are available in the abstract.",
      "topics": [
        "glance_manual_app"
      ]
    },
    {
      "page": "manual_validation_app",
      "title": "manual_validation_app",
      "topics": [
        "manual_validation_app"
      ]
    },
    {
      "page": "process_with_ollama",
      "title": "Process the abstract with a large language model",
      "topics": [
        "process_with_ollama"
      ]
    },
    {
      "page": "prompt_engineering_app",
      "title": "prompt_engineering_app",
      "topics": [
        "prompt_engineering_app"
      ]
    },
    {
      "page": "save_testing_data",
      "title": "save_testing_data",
      "topics": [
        "save_testing_data"
      ]
    },
    {
      "page": "save_training_data",
      "title": "save_training_data",
      "topics": [
        "save_training_data"
      ]
    },
    {
      "page": "separate_training",
      "title": "Separates a data into training and testing datasets",
      "topics": [
        "separate_training"
      ]
    }
  ],
  "_readme": "https://github.com/DanyangDai/metaextractoR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "coro",
    "cpp11",
    "crosstalk",
    "curl",
    "digest",
    "dplyr",
    "DT",
    "ellmer",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "htmltools",
    "htmlwidgets",
    "httpuv",
    "httr2",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lazyeval",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "openssl",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rmarkdown",
    "S7",
    "sass",
    "shiny",
    "shinyFiles",
    "shinyjs",
    "sourcetools",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "tinytex",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_score": 3.204119982655925,
  "_indexed": false,
  "_nocasepkg": "metaextractor",
  "_universes": [
    "emitanaka"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T08:36:46.000Z",
      "distro": "resolute",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/060dd4e0cdecc58aa47192dc4b09df93ec36c3c59e9c550689ee6553fd24377d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-05T08:36:51.000Z",
      "distro": "resolute",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/b1fc9434c55f7fe472e1048248d7f57d747e20a319af4b4e335e427db4eb90a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T08:35:55.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/5e75459c4b01e8f8d44778396d34145248e1047e39ff162864885668b33d9c67",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-05T08:36:11.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/aba70ceecdc8dfd709bbed65cf2116536bf297dfd059c420cfc59b2357b84b52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-05T08:37:18.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/8bb58153a4d829646be4eb01ad1bfa72c45a5a1d84c9a2e5f5b37762f581c382",
      "status": "success",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:35:41.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/de3dcbe0a145629e746ddb222486c3a16c3546158c23610b68025e4324c8fee4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:35:58.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/426ace756e25827bed224770a57858681de5bee844fa9d5cdf7df852af07eb46",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-05T08:35:57.000Z",
      "commit": "229c8547ffc83f73d418a860254f066023d9ec0d",
      "fileid": "https://r2.ropensci.org/c273f12e4edb0b21723330d5662ffdf8c76d2d2172a0b46d180faeee0fe67ffd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734853027"
    }
  ]
}