Learn R Programming

dockerfiler (version 0.2.0)

get_sysreqs: Get system requirements

Description

This function retrieves information about the system requirements using the <https://sysreqs.r-hub.io> API.

Usage

get_sysreqs(packages, quiet = TRUE, batch_n = 30)

Value

A vector of system requirements.

Arguments

packages

character vector. Packages names.

quiet

Boolean. If `TRUE` the function is quiet.

batch_n

numeric. Number of simultaneous packages to ask.