MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / getRLibPaths

Function getRLibPaths

src/util.ts:353–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

351}
352
353export 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

Callers 3

createClientMethod · 0.90
launchRHelpServerMethod · 0.90
getAliasesFromRMethod · 0.90

Calls 2

configFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected