Skip to contents

Modifies the pharos.toml configuration file to use type1 comment parsing. This is useful when NONMEM control streams use the type1 comment format.

Usage

use_type1_comments(path = NULL)

Arguments

path

Path to pharos.toml. If NULL, finds it automatically.

Value

The path to the modified pharos.toml file (invisibly).

Examples

if (FALSE) { # \dontrun{
use_type1_comments()
} # }