Learn R Programming

repo.data (version 0.1.5)

cran_help_pages_links_wo_deps: Links without dependencies

Description

On WRE section "2.5 Cross-references" explains that packages shouldn't link to help pages outside the dependency.

Usage

cran_help_pages_links_wo_deps(packages = NULL)

Value

A data.frame of help pages and links. NA if not able to collect the data from CRAN.

Arguments

packages

A vector with packages or NULL for all packages.

References

https://cran.r-project.org/doc/manuals/r-devel/R-exts.html#Cross_002dreferences

Examples

Run this code
evmix <- cran_help_pages_links_wo_deps("evmix")

Run the code above in your browser using DataLab