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 results.

Examples

meta_checks(repo = "https://wlandau.r-universe.dev")
#>          package   _user _type _status _winbinary _macbinary _wasmbinary
#> 1          mirai wlandau   src success    success    success     success
#> 2 crew.aws.batch wlandau   src success    success    success     success
#> 3       nanonext wlandau   src success    success    success     success
#> 4   crew.cluster wlandau   src success    success    success     success
#> 5           crew wlandau   src success    success    success     success
#>   _linuxdevel                                                     _buildurl
#> 1     success https://github.com/r-universe/wlandau/actions/runs/9662603353
#> 2     success https://github.com/r-universe/wlandau/actions/runs/9297345992
#> 3     success https://github.com/r-universe/wlandau/actions/runs/9641255978
#> 4     success https://github.com/r-universe/wlandau/actions/runs/9601666669
#> 5     success https://github.com/r-universe/wlandau/actions/runs/9647040338
#>   _indexed _binaries
#> 1    FALSE      NULL
#> 2     TRUE      NULL
#> 3    FALSE      NULL
#> 4     TRUE      NULL
#> 5     TRUE      NULL