package_reviewR Documentation

Review package documentation

Description

Review package documentation

Usage

package_review(path = ".", config = get_config())

Arguments

path

Path to package

config

Review check configuration

Examples

pkg_path <- system.file("testpkg", package = "docreview")
package_review(pkg_path)