CommencerCommencez gratuitement

Debug errors with load_all()

You've been working with your friend on the weight_converter() function, and you have just dumped it to the weight_converter.R file. You next want to check to make sure all of the R files in the package load, and then make any fixes if errors are found.

The devtools package has been loaded for you.

Cet exercice fait partie du cours

<cours>Developing R Packages</cours>
Voir le cours

Exercice interactif pratique

Essayez cet exercice en complétant ce code d’exemple.

# Load all files
___
Modifier et exécuter le code