Skip to main content

check

Run a full R CMD check on the golem package and report errors, warnings, and notes.

Jump to install

Source facts

Repository
ThinkR-open/golem
Last source activity
March 31, 2026 at 08:11
Detected SKILL.md language
English
Stars
945
Forks
136

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
check
description
Run a full R CMD check on the golem package and report errors, warnings, and notes.
Run a full R CMD check on the golem package and report errors, warnings, and notes. ```bash Rscript -e "devtools::check()" ``` Summarize the results clearly, highlighting any errors, warnings, or notes. The goal is 0 errors, 0 warnings, 0 notes. Suggests changes to correct the failures, if any.
View on GitHub