Description Usage Arguments Details Examples
Function Usage Summary
1 2 |
object |
A |
warn_percent_usage |
Minimum percent of functions to be used within a dependent package. Default is |
warn_number_usage |
Minimum number of functions to be used within a dependent package. Default is |
... |
Not used |
Function usage must be below both thresholds for the warning to appear. With the defaults, if a package has fewer than 5 functions then only 1 function is required to prevent a warning message to appear.
1 2 3 4 5 6 | ## Not run:
package_use <- checkPackageUsage()
dependency_use <- checkPackageDependencyUse()
summary(dependency_use)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.