system_nm_available: Test integrity of system_nm

View source: R/find-nonmem.R

system_nm_availableR Documentation

Test integrity of system_nm

Description

[Stable]

system_nm() needs to be able to submit commands to the terminal for NMproject to function. This function tests whether meaningful output can be produced and is only intended for diagnostic purposes.

Usage

system_nm_available(fail_if_false = FALSE)

Arguments

fail_if_false

Logical (default = FALSE). Should the function return an error message if system_nm() is not available.

Value

Logical TRUE or FALSE.

Examples


system_nm_available(fail_if_false = FALSE)


tsahota/NMproject documentation built on Oct. 1, 2022, 11:51 a.m.