Learn R Programming

staticryptR (version 0.1.0)

check_system: Check System Requirements

Description

Checks if Node.js, npm, and Staticrypt are available on your system.

Usage

check_system()

Arguments

Value

Logical. Returns TRUE if all requirements are met.

Details

This function verifies that Node.js, npm, and Staticrypt are installed and available in the system PATH. It will attempt to install Staticrypt if it is not found.