始める無料で始める

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
___
コードを編集して実行