Learn R Programming

rosv (version 0.5.1)

normalize_pypi_pkg: Normalize package name to PyPI expectation

Description

Perform package name formatting as PyPI is case insensitive and long runs of underscore, period, and hyphens are not recognized (- is same as --).

Usage

normalize_pypi_pkg(pkg_name)

Value

Character vector of normalized PyPI package names

Arguments

pkg_name

Character vector of package names.

See Also

Examples

Run this code
normalize_pypi_pkg(c('Dask', 'TenSorFlow'))

Run the code above in your browser using DataLab