is_r_package: Is R package

View source: R/is_r_package.R

is_r_packageR Documentation

Is R package

Description

Check whether a GitHub repository is for an R package or not.

Usage

is_r_package(pkg, owner = NULL, verbose = TRUE)

Arguments

pkg

Package name.

owner

Name of the owner of the R packages' GitHub repository (optional).

verbose

Print messages.

Value

boolean

Examples

is_pkg <- is_r_package(pkg="stats")

RajLabMSSM/echodeps documentation built on Oct. 31, 2023, 7:20 a.m.