R/runiverse-utils.R

Defines functions validate_runiverse_description

validate_runiverse_description <- function(desc, package, universe) {
  if (length(desc) == 0) {
    stopf("Can't find package `%1$s` in universe `%2$s`.", package, universe)
  }
}

Try the woodendesc package in your browser

Any scripts or data that you put into this service are public.

woodendesc documentation built on April 18, 2023, 5:09 p.m.