# R

The R analyser is triggered when a “renv.lock” or a “DESCRIPTION” file is found in the root of the project. When operating on a R project the analyser will use the “R” command in combination with the “[renv](https://rstudio.github.io/renv/index.html)” tool in order to load the dependencies.&#x20;

When using the [thin client](https://docs.meterian.io/the-client/client), the required tools may have to be installed and configured (R and renv). This is not required when using the [dockerized client](https://docs.meterian.io/the-client/the-meterian-client-dockerized).&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meterian.io/languages-support/r.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
