package_info: Provide some basic information about the code of the package

View source: R/zzz.R

package_infoR Documentation

Provide some basic information about the code of the package

Description

This is a function for development purpose only. This function provides the number of functions and lines of code of the package. The results depend on whether the function is called from the compiled or the raw package. When called from the compiled package, the number of functions only gives the number of exported functions, and the number of lines of code no longer includes documentation and examples.

Usage

package_info()

Note

This function does not work with devtools::load_all(".").


courtiol/rangeRinPA documentation built on Sept. 29, 2022, 9:54 a.m.