knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

runi

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check Codecov test coverage CRAN status R-universe status Website

{runi} provides a client for R-universe APIs associated to R-universes. From the R-universe project page:

The package server provides REST APIs for managing package submissions and querying information about individual packages as well as on the repository level. These data can be accessed programmatically or displayed in a front-end dashboard.

Installation

You can install the development version of runi using

# install.packages("devtools")
devtools::install_github("vgherard/runi")

Example

df <- runi::runi_stats_descriptions("vgherard")
df[, c("Package", "Title", "Version")]


vgherard/runi documentation built on Dec. 23, 2021, 3:09 p.m.