missing_s3 {devtools}R Documentation

Find missing s3 exports.

Description

The method is heuristic - looking for objs with a period in their name.

Usage

missing_s3(pkg = ".")

Arguments

pkg

package description, can be path or package name. See as.package for more information


[Package devtools version 1.13.6 Index]