
Check whether a function name exists in any CRAN packages
Source:R/check-unique-fn-names.R
fn_names_on_cran.Rd
Check whether a function name exists in any CRAN packages
Value
A data.frame
of three columns, "package", "version", and
"fn_name", identifying any other packages matching specified function
name(s). If no matches are found, the data.frame
will have no rows.
See also
Other extra:
checks_to_markdown()
,
list_pkgchecks()
,
logfile_names()
,
render_md2html()
Examples
fn_names_on_cran (c ("min", "max"))
#> Warning: URL https://github.com/ropensci-review-tools/pkgstats/releases/download/v0.1.2/pkgstats-fn-names.Rds: cannot open destfile '/github/home/.cache/R/pkgcheck/pkgstats-fn-names.Rds', reason 'No such file or directory'
#> Warning: download had nonzero exit status
#> Warning: cannot open compressed file '/github/home/.cache/R/pkgcheck/pkgstats-fn-names.Rds', probable reason 'No such file or directory'
#> NULL