Tries to find the installation path for a specific version of PK-Sim from an Windows registry entry.
Usage
.getPathToPKSimInstallDirFromRegistry(pksim.version)
Arguments
- pksim.version
The version number of Pk-Sim as a string.
Value
The path to the PK-Sim installation for version pksim.version or NA if no path could be found.
The path is separated with slashes (unix-style) and in compliance with base-R without a trailing slash.
Examples
# \dontrun{
path <- .getPathToPKSimInstallDirFromRegistry("9")
#> Error in .getPathToPKSimInstallDirFromRegistry("9"): could not find function ".getPathToPKSimInstallDirFromRegistry"
# }