get_python_package_versions {mhcnuggetsr}R Documentation

Get the version of all Python packages

Description

Get the version of all Python packages

Usage

get_python_package_versions()

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èl J.C. Bilderbeek

Examples

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

[Package mhcnuggetsr version 1.1 Index]