Type: Package Package: universe Title: Tools for Working with R-universe Version: 1.0.0.9000 Authors@R: c( person("Jeroen", "Ooms", , "jeroenooms@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")), person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = "aut", comment = c(ORCID = "0000-0002-2815-0399")) ) Description: Utilities to interact with the R-universe platform. Includes functions to manage local package repositories, as well as API wrappers for retrieving data and metadata about packages in r-universe. License: Apache License (>= 2) URL: https://docs.ropensci.org/universe/, https://github.com/ropensci/universe BugReports: https://github.com/ropensci/universe/issues Depends: R (>= 4.1.0) Imports: cli, curl, fs, httr2, jsonlite, rlang, withr Suggests: httptest2, knitr, rmarkdown, testthat (>= 3.0.0), usethis VignetteBuilder: knitr Config/Needs/build: moodymudskipper/devtag Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet")) RoxygenNote: 7.3.3.9000 Config/pak/sysreqs: cmake make libuv1-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-02-02 14:54:53 UTC RemoteUrl: https://github.com/ropensci/universe RemoteRef: main RemoteSha: 5174f6f780ebb36c7bb1f1786079170d3db178e6 NeedsCompilation: no Packaged: 2026-07-01 08:17:26 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ), Maëlle Salmon [aut] (ORCID: ) Maintainer: Jeroen Ooms