check_python_package_name: Check if the Python package name is valid

View source: R/check_python_package_name.R

check_python_package_nameR Documentation

Check if the Python package name is valid

Description

Check if the Python package name is valid Will stop if not

Usage

check_python_package_name(package_name)

Arguments

package_name

the name of one Python package

Value

Nothing

Author(s)

Richèl J.C. Bilderbeek

Examples

if (!plinkr::is_on_ci()) {
  check_python_package_name("scipy")
}

richelbilderbeek/ormr documentation built on May 23, 2022, 1:15 p.m.