시작하기무료로 시작하기

Set up your package for testing

Now that you've developed your unitConverter R package with functions, data, vignettes, and help files, it's time to set up a testing framework to ensure the functionality of your package. Setting up a testing framework for your unitConverter R package is crucial to validate its functionality, catch bugs, and ensure that future modifications or updates don't introduce unexpected issues.

The usethis package and the unitConverter package at this point in development have been loaded for you.

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

Developing R Packages

강의 보기

연습 안내

  • Set up a testing framework in your unitConverter package.

실습형 인터랙티브 연습

이 예제를 이 샘플 코드를 완성하여 풀어보세요.

# Create testing framework template
___
코드 편집 및 실행