get_python_package_versions: Get the version of all Python packages

Description Usage Value Author(s) Examples

View source: R/get_python_package_versions.R

Description

Get the version of all Python packages

Usage

1

Value

a tibble with two columns: (1) package, the name of the package, for example absl-py, (2) version, the version of that package, for example 0.9.0

Author(s)

Rich<c3><a8>l J.C. Bilderbeek

Examples

1
2
3
if (rappdirs::app_dir()$os != "win" && is_pip_installed()) {
  get_python_package_versions()
}

mhcnuggetsr documentation built on Nov. 8, 2020, 4:35 p.m.