missing_s3: Find missing s3 exports

View source: R/missing-s3.R

missing_s3R Documentation

Find missing s3 exports

Description

[Deprecated]

missing_s3() is deprecated because roxygen2 now provides the same functionality. Run devtools::document() and look for "Missing documentation for S3 method" warnings.

Usage

missing_s3(pkg = ".")

Arguments

pkg

The package to use, can be a file path to the package or a package object. See as.package() for more information.


devtools documentation built on March 14, 2026, 5:06 p.m.