Package: nectar Title: A Framework for Web API Packages Version: 0.0.0.9007 Authors@R: c( person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-4781-4346")), person("R Consortium", role = "fnd") ) Description: An opinionated framework for use within api-wrapping R packages. License: MIT + file LICENSE URL: https://nectar.api2r.org, https://github.com/api2r/nectar BugReports: https://github.com/api2r/nectar/issues Depends: R (>= 4.1.0) Imports: curl, fs, glue, httr2 (>= 1.1.0), jsonlite, lifecycle, purrr, rlang, stbl (>= 0.3.0), stringr, vctrs Suggests: covr, knitr, rmarkdown, stringi, testthat (>= 3.0.0), tibble, tibblify VignetteBuilder: knitr Remotes: wranglezone/tibblify Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://jonthegeek.r-universe.dev Date/Publication: 2026-06-07 16:39:09 UTC RemoteUrl: https://github.com/jonthegeek/nectar RemoteRef: HEAD RemoteSha: d27c4cbd03f3b8c72e0beb577bfd49aca2881524 NeedsCompilation: no Packaged: 2026-06-07 18:06:10 UTC; root Author: Jon Harmon [aut, cre, cph] (ORCID: ), R Consortium [fnd] Maintainer: Jon Harmon