install_staticrypt {staticryptR} | R Documentation |
Install Staticrypt
Description
Installs Staticrypt globally using npm if it is not already installed. Requires Node.js and npm to be installed on your system.
Usage
install_staticrypt(force = FALSE)
Arguments
force |
Logical. If |
Details
This function checks if Node.js and npm are available, then installs
Staticrypt globally using npm. If force
is FALSE
, it prompts the user
for confirmation before proceeding with the installation.
Value
Logical. Returns TRUE
if installation was successful, FALSE
otherwise.
[Package staticryptR version 0.1.0 Index]