Verify the supplied arcpy module version and identify the required Python version.
arcpy_version(version, conda = "auto", channel = "esri", forge = TRUE)
The arcpy module version.
The path to a conda
executable. Use "auto"
to allow
reticulate
to automatically find an appropriate conda
binary.
See Finding Conda and conda_binary()
for more details.
An optional character vector of conda channels to include.
When specified, the forge
argument is ignored. If you need to
specify multiple channels, including the conda forge, you can use
c("conda-forge", <other channels>)
.
Boolean; include the conda-forge repository?
A named list providing version numbers of arcpy and Python.