()
| 351 | } |
| 352 | |
| 353 | export function getRLibPaths(): string | undefined { |
| 354 | return config().get<string[]>('libPaths')?.map(substituteVariables).join('\n'); |
| 355 | } |
| 356 | |
| 357 | // executes an R command returns its output to stdout |
| 358 | // uses a regex to filter out output generated e.g. by code in .Rprofile |
no test coverage detected