开始使用免费开始使用

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.

本练习是课程的一部分

Developing R Packages

查看课程

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Load all files
___
编辑并运行代码