Package: uniprotREST Title: R wrapper for the UniProt website REST API Version: 1.0.0 Authors@R: person(given = "Charlotte", family = "Dawson", email = "csdaw@outlook.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7151-5971")) Description: Simple functions to access the UniProt website REST API. Wraps httr2 functions to easily map IDs and query all available databases. License: MIT + file LICENSE URL: https://csdaw.github.io/uniprotREST/, https://github.com/csdaw/uniprotREST BugReports: https://github.com/csdaw/uniprotREST/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 2.10) Imports: checkmate, httr2, magrittr, utils Suggests: Biostrings, covr, httptest2, httpuv, knitr, rmarkdown, testthat (>= 3.0.0) LazyData: true Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://csdaw.r-universe.dev Date/Publication: 2023-07-30 02:23:14 UTC RemoteUrl: https://github.com/csdaw/uniprotREST RemoteRef: HEAD RemoteSha: 3da0fee571c76b6ec96ee3a87ff22db1c78161b8 NeedsCompilation: no Packaged: 2026-07-07 09:08:44 UTC; root Author: Charlotte Dawson [aut, cre] (ORCID: ) Maintainer: Charlotte Dawson