Package: orcidtr Title: Retrieve Data from the ORCID Public API Version: 0.1.0 Authors@R: person("Lorenzo", "Fabbri", , "lorenzo.fabbri92sm@gmail.com", role = c("aut", "cre")) Description: Provides functions to retrieve public data from ORCID (Open Researcher and Contributor ID) records via the ORCID public API. Fetches employment history, education, works (publications, datasets, preprints), funding, peer review activities, and other public information. Returns data as structured data.table objects for easy analysis and manipulation. Replaces the discontinued 'rorcid' package with a modern, CRAN-compliant implementation. License: MIT + file LICENSE URL: https://github.com/lorenzoFabbri/orcidtr BugReports: https://github.com/lorenzoFabbri/orcidtr/issues Depends: R (>= 4.1.0) Imports: data.table (>= 1.14.0), httr2 (>= 1.0.0), jsonlite (>= 1.8.0) Suggests: testthat (>= 3.0.0), withr, knitr, rmarkdown Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Repository: https://lorenzofabbri.r-universe.dev Date/Publication: 2026-01-28 08:38:43 UTC RemoteUrl: https://github.com/lorenzofabbri/orcidtr RemoteRef: HEAD RemoteSha: ef7e14ceb254cb5a6146a211975f33aa78669414 NeedsCompilation: no Packaged: 2026-07-18 04:40:06 UTC; root Author: Lorenzo Fabbri [aut, cre] Maintainer: Lorenzo Fabbri