# Google R Style Detailed

> Comprehensive Google R style rules with section-level guidance. Use when google-r-style is insufficient, for thorough reviews, or when the user names this skill.

- Skill: `peterish8/google-r-style-detailed` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add peterish8/google-r-style-detailed`
- Raw SKILL.md: https://api.skillmd.com/api/skills/peterish8/google-r-style-detailed/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: peterish8 (https://skillmd.com/u/peterish8)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/peterish8/google-r-style-detailed

---


# Google R Style (Detailed)

Source: [https://google.github.io/styleguide/Rguide.html](https://google.github.io/styleguide/Rguide.html)

Pair with the quick reference: [google-r-style](../google-r-style/SKILL.md)

This skill expands the short skill with section-level rules from Google's guide.
For authoritative full text, see the official URL and [reference.md](reference.md).

## How to use

1. Start from [google-r-style](../google-r-style/SKILL.md) for everyday edits
2. Use this skill for reviews, ambiguous cases, or API/doc conventions
3. Consult [reference.md](reference.md) for source paths and supplemental docs

## Section rules

## Good

- Infix functions (%name%) always need to be imported.
- Certain rlang pronouns, notably .data, need to be imported.
- Functions from default R packages, including datasets, utils,

