Skip to contents

Downloads and verifies without returning anything, so a connected machine can prepare a cache that a check run, a CI job or an offline session will then find already populated.

Usage

getaca_prefetch(names = NULL, package = NULL, registry = NULL, quiet = FALSE)

Arguments

names

Resource names. NULL prefetches everything the package declares.

package

Declaring package. The resource identity is package / name / version, so two packages declaring the same name never collide.

registry

A registry() object, for standalone use without a declaring package.

quiet

Report nothing for this call, whatever getaca_progress() is set to.

Value

A character vector of paths, invisibly.