시작하기무료로 시작하기

Differences between check() errors, warnings, and notes

When you run devtools::check(), it will return a summary of the results, and that includes notes, warnings, and errors. When developing an R package, it's best practice to aim for a clean check with no errors, warnings, or notes, as these can be a sign of underlying problems.

Which statement accurately describes the purpose of these different output categories in the devtools::check() function?

이 연습은 강의의 일부입니다

Developing R Packages

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작