dependenciesInstalled {shinytest}R Documentation

Checks all dependencies are installed

Description

Checks that all the required system dependencies are installed properly, returns. If dependencie are missing, consider running installDependencies.

Usage

dependenciesInstalled()

Value

TRUE when all dependencies are fullfilled; otherwise, FALSE.

See Also

installDependencies to install missing dependencies.


[Package shinytest version 1.3.0 Index]