is_in_rbmi_development: Is package in development mode?

View source: R/parallel.R

is_in_rbmi_developmentR Documentation

Is package in development mode?

Description

Returns TRUE if the package is being developed on i.e. you have a local copy of the source code which you are actively editing Returns FALSE otherwise

Usage

is_in_rbmi_development()

Details

Main use of this function is in parallel processing to indicate whether the sub-processes need to load the current development version of the code or whether they should load the main installed package on the system


rbmi documentation built on April 12, 2025, 1:45 a.m.