Perform package name formatting as PyPI is case insensitive and long runs of underscore, period, and hyphens are not recognized (- is same as –).
Examples
normalize_pypi_pkg(c('Dask', 'TenSorFlow'))
#> [1] "dask" "tensorflow"
Perform package name formatting as PyPI is case insensitive and long runs of underscore, period, and hyphens are not recognized (- is same as –).
normalize_pypi_pkg(c('Dask', 'TenSorFlow'))
#> [1] "dask" "tensorflow"