Package: jentre
Title: Toolkit for the 'Entrez' API
Version: 0.1.0.9000
Authors@R:
c(person(given = "Carl",
family = "Suster",
email = "carl.suster@sydney.edu.au",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7021-9380")))
Description: Interact with the 'Entrez' API hosted by the National
Center for Biotechnology Information (NCBI),
. This package is
focused on working with sequence metadata and links. It handles
pagination and compensates for some API limitations to simplify
these tasks. API calls are printed to the console to highlight
how high-level queries are translated into individual HTTP
requests.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Collate: 'count.R' 'process.R' 'fetch.R' 'id_set.R' 'id_set_validate.R'
'info.R' 'jentre-package.R' 'link.R' 'post.R' 'request.R'
'search.R' 'utils.R'
Depends: R (>= 4.1.0)
Imports: cli, glue, httr2, purrr, rlang (>= 1.1.0), vctrs (>= 0.7.0),
xml2
Suggests: httpuv, testthat (>= 3.0.0), tibble, withr
Config/testthat/edition: 3
URL: https://github.com/cidm-ph/jentre,
https://cidm-ph.github.io/jentre/
BugReports: https://github.com/cidm-ph/jentre/issues
Config/pak/sysreqs: libxml2-dev libssl-dev
Repository: https://cidm-ph.r-universe.dev
Date/Publication: 2026-04-14 06:14:02 UTC
RemoteUrl: https://github.com/cidm-ph/jentre
RemoteRef: HEAD
RemoteSha: 3e4fb419ae5549e3efd8e228df42dd8587cc9102
NeedsCompilation: no
Packaged: 2026-06-13 09:13:13 UTC; root
Author: Carl Suster [aut, cre, cph] (ORCID:
)
Maintainer: Carl Suster