Tools for Working with R-universe and its APIs.
Installation and docs
You can install the development version of universe from r-universe:
install.packages("universe", repos = "https://ropensci.r-universe.dev")
Or the development version of universe from GitHub with:
# install.packages("pak")
pak::pak("ropensci/universe")
Documentation is available on https://docs.ropensci.org/universe.
Enable a repository
Use runiverse::add()
to opt-in to a package repository
(this will modify your options('repos')
list).
# Install a package from r-universe
universe::add("ropensci")
install.packages("magick")
For more details see the documentation for runiverse::add().
Get data from the APIs
All packages in an universe
library(universe)
#>
#> Attaching package: 'universe'
#> The following object is masked from 'package:base':
#>
#> remove
universe_ls("jeroen")
#> [1] "RAppArmor" "V8" "badgen" "base64" "bcrypt" "brotli"
#> [7] "curl" "gpg" "js" "jsonlite" "maketools" "mongolite"
#> [13] "openssl" "protolite" "rjade" "sys" "unix" "webp"
#> [19] "webutils"
Info on all packages in an universe
universe_all_packages("jeroen", limit = 1) |>
str(max.level = 2)
#> List of 1
#> $ :List of 72
#> ..$ Package : chr "openssl"
#> ..$ Type : chr "Package"
#> ..$ Title : chr "Toolkit for Encryption, Signatures and Certificates Based on\nOpenSSL"
#> ..$ Version : chr "2.3.2"
#> ..$ Authors@R : chr "c(person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\",\ncomment = c(ORCID"| __truncated__
#> ..$ Description : chr "Bindings to OpenSSL libssl and libcrypto, plus custom SSH\nkey parsers. Supports RSA, DSA and EC curves P-256, "| __truncated__
#> ..$ License : chr "MIT + file LICENSE"
#> ..$ URL : chr "https://jeroen.r-universe.dev/openssl"
#> ..$ BugReports : chr "https://github.com/jeroen/openssl/issues"
#> ..$ SystemRequirements: chr "OpenSSL >= 1.0.2"
#> ..$ VignetteBuilder : chr "knitr"
#> ..$ RoxygenNote : chr "7.3.2"
#> ..$ Encoding : chr "UTF-8"
#> ..$ Roxygen : chr "list(markdown = TRUE)"
#> ..$ Config/pak/sysreqs: chr "libssl-dev"
#> ..$ Repository : chr "https://jeroen.r-universe.dev"
#> ..$ RemoteUrl : chr "https://github.com/jeroen/openssl"
#> ..$ RemoteRef : chr "HEAD"
#> ..$ RemoteSha : chr "c66b5b71360538fe39cf56b9ad89c8a49e6831cc"
#> ..$ NeedsCompilation : chr "yes"
#> ..$ Packaged :List of 2
#> ..$ Author : chr "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>),\nOliver Keyes [ctb]"
#> ..$ Maintainer : chr "Jeroen Ooms <jeroenooms@gmail.com>"
#> ..$ MD5sum : chr "3e87675e15b4c9abc42e54b2e463686a"
#> ..$ _user : chr "jeroen"
#> ..$ _type : chr "src"
#> ..$ _file : chr "openssl_2.3.2.tar.gz"
#> ..$ _fileid : chr "cc8ba21b0efbe531b431af64601c4af16f3521da6b47afe8b1a29679fdfc438e"
#> ..$ _filesize : int 499732
#> ..$ _sha256 : chr "cc8ba21b0efbe531b431af64601c4af16f3521da6b47afe8b1a29679fdfc438e"
#> ..$ _created : chr "2025-04-25T16:21:59.000Z"
#> ..$ _published : chr "2025-04-25T16:25:52.512Z"
#> ..$ _status : chr "success"
#> ..$ _buildurl : chr "https://github.com/r-universe/jeroen/actions/runs/14668993608"
#> ..$ _upstream : chr "https://github.com/jeroen/openssl"
#> ..$ _commit :List of 5
#> ..$ _maintainer :List of 7
#> ..$ _distro : chr "noble"
#> ..$ _jobs :List of 12
#> ..$ _host : chr "GitHub-Actions"
#> ..$ _registered : logi TRUE
#> ..$ _dependencies :List of 9
#> ..$ _owner : chr "jeroen"
#> ..$ _selfowned : logi TRUE
#> ..$ _usedby : int 5118
#> ..$ _updates :List of 11
#> ..$ _tags :List of 1
#> ..$ _stars : int 65
#> ..$ _contributors :List of 12
#> ..$ _userbio :List of 4
#> ..$ _downloads :List of 2
#> ..$ _mentions : int 7
#> ..$ _devurl : chr "https://github.com/jeroen/openssl"
#> ..$ _searchresults : int 704
#> ..$ _topics :List of 1
#> ..$ _rbuild : chr "4.5.0"
#> ..$ _assets :List of 11
#> ..$ _homeurl : chr "https://github.com/jeroen/openssl"
#> ..$ _realowner : chr "jeroen"
#> ..$ _cranurl : logi TRUE
#> ..$ _releases :List of 48
#> ..$ _exports :List of 78
#> ..$ _help :List of 22
#> ..$ _readme : chr "https://github.com/jeroen/openssl/raw/HEAD/README.md"
#> ..$ _rundeps :List of 2
#> ..$ _sysdeps :List of 2
#> ..$ _vignettes :List of 4
#> ..$ _score : num 18.1
#> ..$ _indexed : logi TRUE
#> ..$ _nocasepkg : chr "openssl"
#> ..$ _universes :List of 1
#> ..$ _binaries :List of 11
Info on a single package in an universe
universe_one_package("jeroen", package = "curl") |>
str(max.level = 1)
#> List of 73
#> $ Package : chr "curl"
#> $ Type : chr "Package"
#> $ Title : chr "A Modern and Flexible Web Client for R"
#> $ Version : chr "6.2.3"
#> $ Authors@R : chr "c(\nperson(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"jeroenooms@gmail.com\",\ncomment = c(ORC"| __truncated__
#> $ Description : chr "Bindings to 'libcurl' <https://curl.se/libcurl/> for\nperforming fully configurable HTTP/FTP requests where res"| __truncated__
#> $ License : chr "MIT + file LICENSE"
#> $ SystemRequirements: chr "libcurl (>= 7.62): libcurl-devel (rpm) or\nlibcurl4-openssl-dev (deb)"
#> $ URL : chr "https://jeroen.r-universe.dev/curl"
#> $ BugReports : chr "https://github.com/jeroen/curl/issues"
#> $ VignetteBuilder : chr "knitr"
#> $ RoxygenNote : chr "7.3.2.9000"
#> $ Encoding : chr "UTF-8"
#> $ Language : chr "en-US"
#> $ Roxygen : chr "list(markdown = TRUE)"
#> $ Config/pak/sysreqs: chr "libssl-dev"
#> $ Repository : chr "https://jeroen.r-universe.dev"
#> $ RemoteUrl : chr "https://github.com/jeroen/curl"
#> $ RemoteRef : chr "HEAD"
#> $ RemoteSha : chr "755854c28a1442738fb9eab5a7b55622d5a342d5"
#> $ NeedsCompilation : chr "yes"
#> $ Packaged :List of 2
#> $ Author : chr "Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>),\nHadley Wickham [ctb],\nPosit Software, PBC [cph]"
#> $ Maintainer : chr "Jeroen Ooms <jeroenooms@gmail.com>"
#> $ MD5sum : chr "015a31e6f0a800cd600dc7e076d2dd76"
#> $ _user : chr "jeroen"
#> $ _type : chr "src"
#> $ _file : chr "curl_6.2.3.tar.gz"
#> $ _fileid : chr "a6232636653670f598a6d150c6d86ce640547f35d8f9ee9eb721dbb54856645c"
#> $ _filesize : int 532122
#> $ _sha256 : chr "a6232636653670f598a6d150c6d86ce640547f35d8f9ee9eb721dbb54856645c"
#> $ _created : chr "2025-04-24T21:18:03.000Z"
#> $ _published : chr "2025-04-24T21:51:25.095Z"
#> $ _status : chr "success"
#> $ _buildurl : chr "https://github.com/r-universe/jeroen/actions/runs/14651840431"
#> $ _upstream : chr "https://github.com/jeroen/curl"
#> $ _commit :List of 5
#> $ _maintainer :List of 7
#> $ _distro : chr "noble"
#> $ _jobs :List of 12
#> $ _host : chr "GitHub-Actions"
#> $ _registered : logi TRUE
#> $ _dependencies :List of 9
#> $ _owner : chr "jeroen"
#> $ _selfowned : logi TRUE
#> $ _usedby : int 5925
#> $ _updates :List of 25
#> $ _tags :List of 2
#> $ _stars : int 222
#> $ _contributors :List of 23
#> $ _userbio :List of 4
#> $ _downloads :List of 2
#> $ _mentions : int 21
#> $ _devurl : chr "https://github.com/jeroen/curl"
#> $ _searchresults : int 3808
#> $ _topics :List of 1
#> $ _rbuild : chr "4.5.0"
#> $ _assets :List of 11
#> $ _homeurl : chr "https://github.com/jeroen/curl"
#> $ _realowner : chr "jeroen"
#> $ _cranurl : logi TRUE
#> $ _releases :List of 52
#> $ _exports :List of 42
#> $ _help :List of 19
#> $ _readme : chr "https://github.com/jeroen/curl/raw/HEAD/README.md"
#> $ _rundeps : list()
#> $ _sysdeps :List of 1
#> $ _vignettes :List of 2
#> $ _score : num 20.1
#> $ _indexed : logi TRUE
#> $ _nocasepkg : chr "curl"
#> $ _universes :List of 1
#> $ _binaries :List of 9
Search within a single universe
universe_search("ropensci", query = 'needs:httr2', limit = 1) |>
str(max.level = 2)
#> List of 5
#> $ results:List of 1
#> ..$ :List of 14
#> $ query :List of 2
#> ..$ _universes: chr "ropensci"
#> ..$ _rundeps : chr "httr2"
#> $ skip : int 0
#> $ limit : int 1
#> $ total : int 34
Search among all universes
global_search(query = '"weather data"', limit = 1) |>
str(max.level = 2)
#> List of 5
#> $ results:List of 1
#> ..$ :List of 15
#> $ query :List of 1
#> ..$ $text:List of 2
#> $ skip : int 0
#> $ limit : int 1
#> $ total : int 77