Skip to contents

List package checks results reported by the R-universe package API.

Usage

meta_checks(repo = "https://community.r-multiverse.org")

Arguments

repo

Character of length 1, URL of the package repository. R-multiverse uses "https://community.r-multiverse.org".

Value

A data frame with one row per package and columns with package check details.

See also

Other meta: meta_packages()

Examples

meta_checks(repo = "https://wlandau.r-universe.dev")
#>                       package
#> crew                     crew
#> crew.cluster     crew.cluster
#> nanonext             nanonext
#> crew.aws.batch crew.aws.batch
#> autometric         autometric
#> mirai                   mirai
#>                                                                           url
#> crew           https://github.com/r-universe/wlandau/actions/runs/11961089032
#> crew.cluster   https://github.com/r-universe/wlandau/actions/runs/11885308952
#> nanonext       https://github.com/r-universe/wlandau/actions/runs/12135655059
#> crew.aws.batch https://github.com/r-universe/wlandau/actions/runs/11885308714
#> autometric     https://github.com/r-universe/wlandau/actions/runs/11847185758
#> mirai          https://github.com/r-universe/wlandau/actions/runs/12177797107
#>                issues
#> crew             NULL
#> crew.cluster     NULL
#> nanonext         NULL
#> crew.aws.batch   NULL
#> autometric       NULL
#> mirai            NULL