moai-lang-r

Guide R 4.4+ development with testthat and lintr for quality.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tjdwls101010/SomeThing --skill moai-lang-r-tjdwls101010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-r
Source: https://github.com/tjdwls101010/SomeThing/tree/main/CardNews/.claude/skills/moai-lang-r
Command: npx skills add https://github.com/tjdwls101010/SomeThing --skill moai-lang-r-tjdwls101010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires R, testthat, lintr.

What problem does it solve?

Ensuring high-quality, maintainable R code for data analysis can be challenging, especially with evolving best practices and testing methodologies. This Skill provides up-to-date guidance for R 4.4+, including testing, linting, and adherence to quality principles.

Core Features & Use Cases

  • R 4.4+ Best Practices: Follow the latest coding standards and conventions for efficient R development.
  • testthat 3.2 for TDD: Implement robust unit tests and embrace Test-Driven Development workflows.
  • lintr 3.2 for Code Quality: Automatically check and enforce code style and identify potential issues.
  • Use Case: When developing a new data analysis script in R, use this Skill to apply best practices, write comprehensive unit tests with testthat, and lint your code with lintr, ensuring high quality and reproducibility.

Quick Start

Explain the TDD workflow for R development using the testthat framework.