1. Learn
  2. /
  3. Courses
  4. /
  5. Developing R Packages

Connected

Exercise

Install the R package and try it out

The initial development phase of your unitConverter package has completed, and it's time to install it and put it to use. By installing your package, you ensure that all the functions, data, and templates are ready to use just like any other R package you'd install from CRAN.

The devtools package and a current version of unitConverter have been loaded for you.

Instructions 1/2

undefined XP
    1
    2

Question

What code installs the unitConverter package, assuming you are in the package working directory?

Possible answers