Package: geokit Title: Tools for Accessing and Working with the Gene Expression Omnibus (GEO) Version: 0.0.1.9000 Authors@R: person("Yun", "Peng", , "pengyun.me@outlook.com", role = c("aut", "cre")) Description: Provides a tidy and fast R interface to the NCBI Gene Expression Omnibus (GEO) database. Functions are included to query, download, and parse GEO metadata and expression data, making it easier to integrate GEO datasets into downstream analyses and workflows. License: MIT + file LICENSE URL: https://github.com/WangLabCSU/geokit, https://WangLabCSU.github.io/geokit/ BugReports: https://github.com/WangLabCSU/geokit/issues Depends: R (>= 3.5) Imports: methods, rlang (>= 0.4.11), cli (>= 3.6.0), data.table (>= 1.14.9), curl (>= 6.0.0), rentrez, xml2, utils Suggests: BiocGenerics, Biobase, stats, dplyr, stringr, R.utils, duckdb, querychat (>= 0.3.0), knitr, rmarkdown, testthat (>= 3.0.0) ByteCompile: true Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 SystemRequirements: Cargo (Rust's package manager), rustc >= 1.87.0 VignetteBuilder: knitr Config/pak/sysreqs: libxml2-dev libssl-dev libclang-dev Repository: https://wanglabcsu.r-universe.dev Date/Publication: 2026-06-21 17:12:33 UTC RemoteUrl: https://github.com/WangLabCSU/geokit RemoteRef: HEAD RemoteSha: 84e2754f2ec3a94bb0222ee723b8dfe9b86bfc5e NeedsCompilation: yes Packaged: 2026-06-21 17:27:54 UTC; root Author: Yun Peng [aut, cre] Maintainer: Yun Peng