Skip to contents

Sets up a Miniconda environment with Python 3.10 for the 'r-methyldeconv' package. Installs Miniconda if not present, creates the 'r-methyldeconv' Conda environment if it doesn't exist, and installs required Python packages (numpy, pandas, scipy, matplotlib).

Usage

init_python()

Details

  • Installs Miniconda if missing.

  • Creates 'r-methyldeconv' environment with Python 3.10 and installs dependencies.

  • Activates the environment and displays Python configuration.

Examples

if (FALSE) { # \dontrun{
  init_python()
} # }