February 11, 2022
Package documentation in R
Previously we have seen how to create a package: how to structure your code, what files to include and how to test your code.
The next step in package creation is the documentation.
We have spoken about its existence, but only briefly.
Now we have some more time to describe the documentation mantainace procedure more in detail.
For this we are going to use the roxygen2 package, which is included in devtool suite.