description: "This layer is for R development, provide autocompletion, syntax checking and code format."
---
# [Available Layers](../../) >> lang#r
<!-- vim-markdown-toc GFM -->
- [Description](#description)
- [Install](#install)
- [Layer](#layer)
- [Key bindings](#key-bindings)
- [Inferior REPL process](#inferior-repl-process)
- [Running current script](#running-current-script)
<!-- vim-markdown-toc -->
## Description
This layer is for R development.
## Install
### Layer
To use this configuration layer, update custom configuration file with:
```toml
[[layers]]
name = "lang#r"
```
## Key bindings
### Inferior REPL process
Start a `R` inferior REPL process with `SPC l s i`. You may change the REPL command by layer option `repl_command`. For example, if you want to use `pry`, load this layer via: