{
  "_id": "69d0905a0c54e422bf1e1e59",
  "Package": "RefManageR",
  "Version": "1.4.3",
  "Title": "Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management",
  "Authors@R": "c(person(c(\"Mathew\", \"W.\"), \"McLean\", role = c(\"aut\", \"cre\"),\nemail = \"mathew.w.mclean@gmail.com\",\ncomment = c(ORCID = \"0000-0002-7891-9645\")),\nperson(\"Andy\", \"Bunn\", role = \"ctb\",\nemail = \"bunna@wwu.edu\", comment = \"function latexify used by toBiblatex\"))",
  "Maintainer": "Mathew W. McLean <mathew.w.mclean@gmail.com>",
  "Description": "Provides tools for importing and working with\nbibliographic references. It greatly enhances the 'bibentry'\nclass by providing a class 'BibEntry' which stores 'BibTeX' and\n'BibLaTeX' references, supports 'UTF-8' encoding, and can be\neasily searched by any field, by date ranges, and by various\nformats for name lists (author by last names, translator by\nfull names, etc.). Entries can be updated, combined, sorted,\nprinted in a number of styles, and exported. 'BibTeX' and\n'BibLaTeX' '.bib' files can be read into 'R' and converted to\n'BibEntry' objects. Interfaces to 'NCBI Entrez', 'CrossRef',\nand 'Zotero' are provided for importing references and\nreferences can be created from locally stored 'PDF' files using\n'Poppler'. Includes functions for citing and generating a\nbibliography with hyperlinks for documents prepared with\n'RMarkdown' or 'RHTML'.",
  "License": "GPL-2 | GPL-3 | BSD_3_clause + file LICENSE",
  "Encoding": "UTF-8",
  "VignetteBuilder": "knitr",
  "BugReports": "https://github.com/ropensci/RefManageR/issues",
  "URL": "https://github.com/ropensci/RefManageR/,\nhttps://docs.ropensci.org/RefManageR/",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "libicu-dev libxml2-dev libssl-dev",
  "Repository": "https://ropensci.r-universe.dev",
  "Date/Publication": "2024-11-19 06:37:16 UTC",
  "RemoteUrl": "https://github.com/ropensci/RefManageR",
  "RemoteRef": "master",
  "RemoteSha": "d616da567dd8581adff235db3cd4ab766394736e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-04-04 04:11:14 UTC",
    "User": "root"
  },
  "Author": "Mathew W. McLean [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-7891-9645>),\nAndy Bunn [ctb] (function latexify used by toBiblatex)",
  "MD5sum": "a39812ddff1c5704b959397d44545a29",
  "_user": "ropensci",
  "_type": "src",
  "_file": "RefManageR_1.4.3.tar.gz",
  "_fileid": "0ead5e64562e82f42737c91f5e032c5355204c2118e94e84568993731d9c136a",
  "_filesize": 1669164,
  "_sha256": "0ead5e64562e82f42737c91f5e032c5355204c2118e94e84568993731d9c136a",
  "_created": "2026-04-04T04:11:14.000Z",
  "_published": "2026-04-04T04:15:22.293Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 69920169830,
      "time": 194,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6268572843"
    },
    {
      "job": 69920169800,
      "time": 195,
      "config": "linux-release-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6268573002"
    },
    {
      "job": 69920169799,
      "time": 135,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6268568257"
    },
    {
      "job": 69920169804,
      "time": 189,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6268572373"
    },
    {
      "job": 69920008542,
      "time": 163,
      "config": "pkgdown",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "6268553090"
    },
    {
      "job": 69920008547,
      "time": 205,
      "config": "source",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6268556477"
    },
    {
      "job": 69920169796,
      "time": 108,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "OK",
      "artifact": "6268565778"
    },
    {
      "job": 69920169816,
      "time": 194,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6268572842"
    },
    {
      "job": 69920169813,
      "time": 178,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6268571635"
    },
    {
      "job": 69920169815,
      "time": 197,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6268573115"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/ropensci/RefManageR",
  "_commit": {
    "id": "d616da567dd8581adff235db3cd4ab766394736e",
    "author": "Mathew W. McLean <mathew.w.mclean@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Improve encoding non-ASCII characters to LaTeX in toBiblatex (#113)\n\n* Remove appveyor CI\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Avoid msg about page numbers in ReadPDFs for 1page PDFs\n\n* Always use pdfinfo to determine number of pages in each PDF in ReadPDFs\neven when use.metadata is FALSE\n* This avoids a message from pdftotext about incorrect pages\n* Refactor test-readPDF.R to make it clearer when tests are skipped\nif poppler is not installed\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Fix pkg documentation for latest roxygen2\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Fixes for non-ASCII name list fields in toBiblatex and toBibtex\n\n* Add latexify() from dplR instead of tools::encoded_text_to_latex\nto improve conversion of non-ASCII characters to valid latex\n* Fixes #102, #105, #106\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Update documentation for latexify author\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Add website to DESCRIPTION\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Use default value for rettype in ReadPubMed\n\n* c.f. https://www.ncbi.nlm.nih.gov/books/NBK25499/table/chapter4.T._valid_values_of__retmode_and/\n* Add mock response for one GetPubMedByID test\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n* Add more sleep for PubMed/Entrez test\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>\n\n---------\n\nSigned-off-by: Mathew W. McLean <mathew.w.mclean@gmail.com>",
    "time": 1731998236
  },
  "_maintainer": {
    "name": "Mathew W. McLean",
    "email": "mathew.w.mclean@gmail.com",
    "login": "mwmclean",
    "uuid": 5276419,
    "orcid": "0000-0002-7891-9645"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "xml2",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "plyr",
      "role": "Imports"
    },
    {
      "package": "tools",
      "role": "Imports"
    },
    {
      "package": "httr",
      "role": "Imports"
    },
    {
      "package": "lubridate",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "bibtex",
      "version": ">= 0.4.1",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "markdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "ropensci",
  "_selfowned": true,
  "_usedby": 17,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "peer-reviewed"
  ],
  "_stars": 120,
  "_contributors": [
    {
      "user": "mwmclean",
      "count": 772,
      "uuid": 5276419
    },
    {
      "user": "katrinleinweber",
      "count": 7,
      "uuid": 9948149
    },
    {
      "user": "erictleung",
      "count": 1,
      "uuid": 2754821
    },
    {
      "user": "hughparsonage",
      "count": 1,
      "uuid": 8111628
    },
    {
      "user": "bisaloo",
      "count": 1,
      "uuid": 10783929
    },
    {
      "user": "jvcasillas",
      "count": 1,
      "uuid": 1747068
    },
    {
      "user": "zeehio",
      "count": 1,
      "uuid": 75441
    },
    {
      "user": "kalibera",
      "count": 1,
      "uuid": 1734520
    }
  ],
  "_userbio": {
    "uuid": 1200269,
    "type": "organization",
    "name": "rOpenSci",
    "description": "Tools and R Packages for Open Science"
  },
  "_downloads": {
    "count": 10062,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/RefManageR"
  },
  "_mentions": 1,
  "_devurl": "https://github.com/ropensci/refmanager",
  "_pkgdown": "https://docs.ropensci.org/RefManageR",
  "_searchresults": 2480,
  "_metadata": {
    "review": {
      "id": 119,
      "status": "reviewed",
      "version": "0.14.3",
      "organization": "rOpenSci Software Review",
      "url": "https://github.com/ropensci/software-review/issues/119"
    },
    "ropensci_category": "scalereprod"
  },
  "_rbuild": "4.5.3",
  "_assets": [
    "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",
    "extra/RefManageR.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/ropensci/refmanager",
  "_realowner": "ropensci",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.7.1",
      "date": "2014-02-27"
    },
    {
      "version": "0.7.2",
      "date": "2014-02-28"
    },
    {
      "version": "0.8.1",
      "date": "2014-03-09"
    },
    {
      "version": "0.8.2",
      "date": "2014-06-05"
    },
    {
      "version": "0.8.3",
      "date": "2014-08-01"
    },
    {
      "version": "0.8.32",
      "date": "2014-08-15"
    },
    {
      "version": "0.8.34",
      "date": "2014-08-19"
    },
    {
      "version": "0.8.40",
      "date": "2014-10-29"
    },
    {
      "version": "0.8.45",
      "date": "2015-01-09"
    },
    {
      "version": "0.8.63",
      "date": "2015-06-09"
    },
    {
      "version": "0.10.5",
      "date": "2016-01-03"
    },
    {
      "version": "0.10.6",
      "date": "2016-02-15"
    },
    {
      "version": "0.10.12",
      "date": "2016-03-31"
    },
    {
      "version": "0.10.13",
      "date": "2016-04-04"
    },
    {
      "version": "0.11.0",
      "date": "2016-09-11"
    },
    {
      "version": "0.13.0",
      "date": "2016-11-10"
    },
    {
      "version": "0.13.1",
      "date": "2016-11-13"
    },
    {
      "version": "0.14.12",
      "date": "2017-07-04"
    },
    {
      "version": "0.14.20",
      "date": "2017-08-18"
    },
    {
      "version": "1.2.0",
      "date": "2018-04-25"
    },
    {
      "version": "1.2.12",
      "date": "2019-04-03"
    },
    {
      "version": "1.3.0",
      "date": "2020-11-13"
    },
    {
      "version": "1.4.0",
      "date": "2022-09-30"
    }
  ],
  "_exports": [
    "as.BibEntry",
    "AutoCite",
    "BibEntry",
    "BibOptions",
    "Cite",
    "Citep",
    "Citet",
    "fields",
    "GetBibEntryWithDOI",
    "GetPubMedByID",
    "GetPubMedRelated",
    "is.BibEntry",
    "LookupPubMedID",
    "NoCite",
    "PrintBibliography",
    "ReadBib",
    "ReadCrossRef",
    "ReadGS",
    "ReadPDFs",
    "ReadPubMed",
    "ReadZotero",
    "RelistBibEntry",
    "SearchBib",
    "TextCite",
    "toBiblatex",
    "UpdateFieldName",
    "WriteBib"
  ],
  "_help": [
    {
      "page": "SearchBib",
      "title": "Search BibEntry objects by field",
      "concept": [
        "operators"
      ],
      "topics": [
        "SearchBib",
        "[.BibEntry"
      ]
    },
    {
      "page": "sub-sub-.BibEntry",
      "title": "Extract entries from a BibEntry object by index",
      "concept": [
        "operators"
      ],
      "topics": [
        "[[.BibEntry"
      ]
    },
    {
      "page": "sub-subset-.BibEntry",
      "title": "Assign a BibEntry entry to another BibEntry object",
      "concept": [
        "operators"
      ],
      "topics": [
        "[[<-.BibEntry"
      ]
    },
    {
      "page": "subset-.BibEntry",
      "title": "Update Different Fields of Multiple Entries of a BibEntry Object",
      "concept": [
        "operators"
      ],
      "topics": [
        "[<-.BibEntry"
      ]
    },
    {
      "page": "merge.BibEntry",
      "title": "Merge two BibEntry objects while discarding duplicates",
      "concept": [
        "operators"
      ],
      "topics": [
        "+.BibEntry",
        "merge.BibEntry"
      ]
    },
    {
      "page": "cash-.BibEntry",
      "title": "Extract fields from a BibEntry object",
      "concept": [
        "operators"
      ],
      "topics": [
        "$.BibEntry"
      ]
    },
    {
      "page": "cash-set-.BibEntry",
      "title": "Replace values for a particular field in a BibEntry object",
      "concept": [
        "operators"
      ],
      "topics": [
        "$<-.BibEntry"
      ]
    },
    {
      "page": "as.BibEntry",
      "title": "Coerce to a BibEntry object",
      "topics": [
        "as.BibEntry",
        "is.BibEntry"
      ]
    },
    {
      "page": "as.data.frame.BibEntry",
      "title": "Coerce to a Data Frame",
      "topics": [
        "as.data.frame.BibEntry"
      ]
    },
    {
      "page": "BibEntry",
      "title": "Enhanced Bibliographic Entries",
      "topics": [
        "BibEntry"
      ]
    },
    {
      "page": "BibOptions",
      "title": "Set options/hooks for RefManageR",
      "topics": [
        "BibOptions"
      ]
    },
    {
      "page": "c.BibEntry",
      "title": "Combine BibEntry objects.",
      "concept": [
        "operators"
      ],
      "topics": [
        "c.BibEntry"
      ]
    },
    {
      "page": "Cite",
      "title": "Cite a BibEntry object in text and print all citations",
      "topics": [
        "AutoCite",
        "Cite",
        "Citep",
        "Citet",
        "NoCite",
        "PrintBibliography",
        "TextCite"
      ]
    },
    {
      "page": "GetBibEntryWithDOI",
      "title": "Lookup a Bibtex entry using a Digital Object Identifier",
      "topics": [
        "GetBibEntryWithDOI"
      ]
    },
    {
      "page": "GetPubMedByID",
      "title": "Retrieve citation information from NCBI's Entrez for a set of PubMed IDs",
      "concept": [
        "pubmed"
      ],
      "topics": [
        "GetPubMedByID"
      ]
    },
    {
      "page": "GetPubMedRelated",
      "title": "Retrieve related articles from PubMed using PubMed ID's",
      "concept": [
        "pubmed"
      ],
      "topics": [
        "GetPubMedRelated"
      ]
    },
    {
      "page": "head.BibEntry",
      "title": "Return the first or last part of a BibEntry object",
      "topics": [
        "head.BibEntry",
        "tail.BibEntry"
      ]
    },
    {
      "page": "levels.BibEntry",
      "title": "Extract all fields present in a BibEntry object",
      "topics": [
        "fields",
        "levels.BibEntry"
      ]
    },
    {
      "page": "LookupPubMedID",
      "title": "Retrieve PubMed ID's for a BibEntry object",
      "concept": [
        "pubmed"
      ],
      "topics": [
        "LookupPubMedID"
      ]
    },
    {
      "page": "names.BibEntry",
      "title": "Names (keys) of a BibEntry object",
      "topics": [
        "names.BibEntry",
        "names<-.BibEntry"
      ]
    },
    {
      "page": "open.BibEntry",
      "title": "Open BibEntry in PDF viewer or web browser.",
      "topics": [
        "open.BibEntry"
      ]
    },
    {
      "page": "print.BibEntry",
      "title": "Print BibLaTeX bibliography Entries",
      "topics": [
        "print.BibEntry"
      ]
    },
    {
      "page": "ReadBib",
      "title": "BibLaTeX/BibTeX .bib file parser",
      "topics": [
        "ReadBib"
      ]
    },
    {
      "page": "ReadCrossRef",
      "title": "Search CrossRef for citations.",
      "concept": [
        "pubmed"
      ],
      "topics": [
        "ReadCrossRef"
      ]
    },
    {
      "page": "ReadGS",
      "title": "Import book and article references from a public Google Scholar profile by ID.",
      "topics": [
        "ReadGS"
      ]
    },
    {
      "page": "ReadPDFs",
      "title": "Create bibliographic information from PDF Metadata.",
      "topics": [
        "ReadPDFs"
      ]
    },
    {
      "page": "ReadPubMed",
      "title": "Search NCBI's E-Utilities for citation information",
      "concept": [
        "pubmed"
      ],
      "topics": [
        "ReadPubMed"
      ]
    },
    {
      "page": "ReadZotero",
      "title": "Get Bibliography Information From a Zotero Library.",
      "topics": [
        "ReadZotero"
      ]
    },
    {
      "page": "unlist.BibEntry",
      "title": "Flatten and unflatten BibEntry objects",
      "topics": [
        "RelistBibEntry",
        "unlist.BibEntry"
      ]
    },
    {
      "page": "sort.BibEntry",
      "title": "Sort a BibEntry Object",
      "topics": [
        "sort.BibEntry"
      ]
    },
    {
      "page": "toBiblatex",
      "title": "Convert BibEntry objects to BibTeX or BibLaTeX",
      "topics": [
        "toBiblatex",
        "toBibtex",
        "toBibtex.BibEntry"
      ]
    },
    {
      "page": "UpdateFieldName",
      "title": "Rename a field in a BibEntry object.",
      "topics": [
        "UpdateFieldName"
      ]
    },
    {
      "page": "WriteBib",
      "title": "Create a BibTeX File from a BibEntry Object e Creates a Bibtex File from a BibEntry object for use with either BibTeX or BibLaTex.",
      "topics": [
        "WriteBib"
      ]
    }
  ],
  "_readme": "https://github.com/ropensci/RefManageR/raw/master/README.md",
  "_rundeps": [
    "askpass",
    "backports",
    "bibtex",
    "cli",
    "cpp11",
    "curl",
    "generics",
    "glue",
    "httr",
    "jsonlite",
    "lifecycle",
    "lubridate",
    "magrittr",
    "mime",
    "openssl",
    "plyr",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "Rcpp",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "timechange",
    "vctrs",
    "xml2"
  ],
  "_vignettes": [
    {
      "source": "manual.Rnw",
      "filename": "manual.pdf",
      "title": "RefManageR User Manual",
      "engine": "utils::Sweave",
      "headings": [],
      "created": "2015-01-13 02:08:15",
      "modified": "2015-01-13 02:08:15",
      "commits": 1
    },
    {
      "source": "TestHtml.Rhtml",
      "filename": "TestHtml.html",
      "title": "RHTML Citations Example",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2015-01-13 02:08:15",
      "modified": "2017-07-18 17:14:44",
      "commits": 3
    },
    {
      "source": "TestAlphabetic.Rmd",
      "filename": "TestAlphabetic.html",
      "title": "Add Citations to an RMarkdown Document and Print Bibliography",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2015-01-13 02:08:15",
      "modified": "2022-09-30 08:23:18",
      "commits": 2
    },
    {
      "source": "TestRmd.Rmd",
      "filename": "TestRmd.html",
      "title": "Add Citations to an RMarkdown Document and Print Bibliography",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2015-01-13 02:08:15",
      "modified": "2022-09-30 08:23:18",
      "commits": 3
    }
  ],
  "_score": 12.330015451639744,
  "_indexed": true,
  "_nocasepkg": "refmanager",
  "_universes": [
    "ropensci",
    "mwmclean"
  ],
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-04-04T04:13:17.000Z",
      "distro": "noble",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "3e649954a6813f84644d82db35f1a222578a2b9a7e495ab559ecb03ce6ec2ab9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.5.3",
      "os": "linux",
      "version": "1.4.3",
      "date": "2026-04-04T04:13:22.000Z",
      "distro": "noble",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "65d0a1068abb47dd28e297e2d7d718766b75536e8a42af44e1d8a5a96df2a77e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-04-04T04:12:41.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "d9c0b45d7ab0ce064c82e34135ac9029c4cf7087231784ecaf84bb46367c3fdf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.4.3",
      "date": "2026-04-04T04:13:13.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "bc3b072b38fe9d472183d1c98ea464ec499a9486a31d1fb1d2a11e0a6b28e614",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "1.4.3",
      "date": "2026-04-04T04:13:24.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "d9e1b090fd95bebfac3fdef5bebf7f76b9c3fa17092554eb6450e297cfd914d8",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-04-04T04:12:31.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "311e89a217d0098f0112452be429caf655e16b3e5ab6e940ed918c97cd62145f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-04-04T04:12:32.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "c135ab0eb5364349f47ceb899c9c995e0f4d3b3cc03e92afa62163b03566dea5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.4.3",
      "date": "2026-04-04T04:12:34.000Z",
      "commit": "d616da567dd8581adff235db3cd4ab766394736e",
      "fileid": "e385345c9ebb2f3df1331db2fccf33cee872d845e7e2bb884a4250c9b58a2b04",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ropensci/actions/runs/23970980418"
    }
  ]
}