Env_requirements: Env_requirements function

View source: R/utils.R

Env_requirementsR Documentation

Env_requirements function

Description

This function provides the SCP python environment requirements for a specific version.

Usage

Env_requirements(version = "3.8-1")

Arguments

version

A character vector specifying the version of the environment (default is "3.8-1").

Details

The function returns a list of requirements including the required Python version and a list of packages with their corresponding versions.

Value

A list of requirements for the specified version.

Examples

# Get requirements for version "3.8-1"
Env_requirements("3.8-1")


zh542370159/SCP documentation built on Nov. 22, 2023, 2:34 a.m.