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
#> nanonext             nanonext
#> mirai                   mirai
#> crew.cluster     crew.cluster
#> crew.aws.batch crew.aws.batch
#> crew                     crew
#> autometric         autometric
#>                                                                           url
#> nanonext       https://github.com/r-universe/wlandau/actions/runs/12135655059
#> mirai          https://github.com/r-universe/wlandau/actions/runs/12177797107
#> crew.cluster   https://github.com/r-universe/wlandau/actions/runs/12385710527
#> crew.aws.batch https://github.com/r-universe/wlandau/actions/runs/12385710532
#> crew           https://github.com/r-universe/wlandau/actions/runs/12396142674
#> autometric     https://github.com/r-universe/wlandau/actions/runs/12326706543
#>                issues
#> nanonext         NULL
#> mirai            NULL
#> crew.cluster     NULL
#> crew.aws.batch   NULL
#> crew             NULL
#> autometric       NULL