psn_check: Tests if psn is accessible

View source: R/find-nonmem.R

psn_checkR Documentation

Tests if psn is accessible

Description

[Experimental]

NMproject needs PsN installed to function. If PsN is not installed.

Usage

psn_check(fail_if_false = TRUE)

Arguments

fail_if_false

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

Value

Logical TRUE or FALSE.

Examples


psn_check(fail_if_false = FALSE)


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.