File: install_miniconda.Rd

package info (click to toggle)
r-cran-reticulate 1.41.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,088 kB
  • sloc: cpp: 5,154; python: 620; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/miniconda.R
\name{install_miniconda}
\alias{install_miniconda}
\title{Install Miniconda}
\usage{
install_miniconda(path = miniconda_path(), update = TRUE, force = FALSE)
}
\arguments{
\item{path}{The location where Miniconda is (or should be) installed. Note
that the Miniconda installer does not support paths containing spaces. See
\link{miniconda_path} for more details on the default path used by \code{reticulate}.}

\item{update}{Boolean; update to the latest version of Miniconda after
installation?}

\item{force}{Boolean; force re-installation if Miniconda is already installed
at the requested path?}
}
\description{
Download the \href{https://docs.conda.io/en/latest/miniconda.html}{Miniconda}
installer, and use it to install Miniconda.
}
\details{
For arm64 builds of R on macOS, \code{install_miniconda()} will use
binaries from \href{https://github.com/conda-forge/miniforge}{miniforge} instead.
}
\note{
If you encounter binary incompatibilities between R and Miniconda, a
scripted build and installation of Python from sources can be performed by
\code{\link[=install_python]{install_python()}}
}
\seealso{
Other miniconda-tools: 
\code{\link{miniconda_uninstall}()},
\code{\link{miniconda_update}()}
}
\concept{miniconda-tools}