activate_julia_env: Set up R project to activate project-local Julia...

View source: R/juliaenvs.R

activate_julia_envR Documentation

Set up R project to activate project-local Julia environments.

Description

Similar to the RStudio settings that allow the user to automatically activate project-local Python environments, this function sets up the current project to activate local Julia environments.

Usage

activate_julia_env()

Value

TRUE invisibly, if function executes successfully. This funcion is called entirely for its side effects.

Examples

## Not run: 
  # This function must be called within a directory that is an RStudio Project
  activate_julia_env()

## End(Not run)

dmolitor/dmolitorUtils documentation built on Sept. 24, 2022, 6 a.m.