Skip to main content

test

Run the golem package test suite and summarize the results.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
ThinkR-open/golem
آخر نشاط في المصدر
٣١ مارس ٢٠٢٦ في ٠٨:١١
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٩٤٥
التفرعات
١٣٦

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
test
description
Run the golem package test suite and summarize the results.
Run the test suite for the golem package using devtools. ```bash Rscript -e "devtools::test()" ``` Summarize the results: number of tests passed, failed, and skipped. If there are failures, show the relevant error messages and file locations, and suggests changes to correct the failures.
عرض على GitHub