Skip to contents

This function adds the minimal R version to the Depends field of the DESCRIPTION file. This version corresponds to the higher version of R among all dependencies. If no dependencies mentions minimal R version, the DESCRIPTION is not modified.

Usage

add_r_depend()

Value

No return value.

Examples

if (FALSE) {
add_r_depend()
}