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
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-01-10 10:29:30 UTC; lorenzo
Author: Lorenzo Fabbri [aut, cre]
Maintainer: Lorenzo Fabbri <lorenzo.fabbri92sm@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-15 17:40:16 UTC
Built: R 4.6.0; ; 2026-01-16 00:51:46 UTC; windows
