{{codeEnv.envName}}

  •  Export
  •  Delete
  •  Get diagnostic
  • General
  • Packages to install
  • Currently installed packages
  • Packages
  • Permissions
  • Containerized execution
  • Logs
  • Usages

Code env

General env info

{{codeEnv.deploymentMode}}
{{codeEnv.owner}}
{{codeEnv.path}}
{{codeEnv.desc.externalCondaEnvName}}
{{codeEnv.desc.conda ? "Yes" : "No"}} Whether to use Conda to create and manage the packages. If not, use simply R.

Spark

R binary on the Yarn nodes for SparkR

Extra options

One item per option (so "-i /stuff" must be two items)
One item per option (so "-i /stuff" must be two items)

Jupyter

{{codeEnv.kernelSpecName || 'not installed'}} (needs IRkernel)
Unable to check status

Code env usages

Permissions

Packages to install


The following packages were previously "Requested" and are currently installed, but have been removed from the requested list. These packages may become unavailable. Check whether this is desired.
{{getPackagesThatWereRequiredAndInstalledButAreNotRequiredAnymore()}}
Requested packages (Conda)

Add here the packages that you want to be available in the environment. Do not remove packages once they are installed. Only packages mentioned here are guaranteed to be installed.

Syntax help
For information: base packages (Conda)

These packages cannot be removed nor reversioned

{{codeEnv.mandatoryCondaEnvironment}}
Requested packages (CRAN)

Add here the packages that you want to be available in the environment. Do not remove packages once they are installed. Only packages mentioned here are guaranteed to be installed.

  It is highly recommend to only install Conda packages in Conda code envs. Installing packages from CRAN in Conda code envs is likely to cause issues.
Syntax help
For information: base packages (CRAN)

These packages cannot be removed nor reversioned

{{codeEnv.mandatoryPackageList}}

Currently installed packages

Installed packages (Conda)
These are the packages that are currently installed in the code env. Note that only the list in "Packages to install" is authoritative as to which packages will be installed.
Packages that are not in "Packages to install" may not be installed when rebuilding this env or in containers.
This list only reflects the "local" code env, not what is available in containers.
{{codeEnv.actualCondaEnvironment}}
Installed packages (R)
These are the packages that are currently installed in the code env. Note that only the list in "Packages to install" is authoritative as to which packages will be installed.
Packages that are not in "Packages to install" may not be installed when rebuilding this env or in containers.
This list only reflects the "local" code env, not what is available in containers.
{{codeEnv.actualPackageList}}

Currently installed packages

Packages (Conda)
{{nonManagedEnvDetails.condaEnvSpec}}
Packages (R)
{{nonManagedEnvDetails.nocondaEnvSpec}}

Code env logs

Containerized execution