find_proglang: Check if julia or python are installed / can be found on the...

View source: R/utils.R

find_proglangR Documentation

Check if julia or python are installed / can be found on the PATH.

Description

Based on Mauro Lepore's great suggestion https://github.com/ropensci/software-review/issues/546#issuecomment-1416728843

Usage

find_proglang(lang)

Arguments

lang

which language to check. Either 'julia' or 'python'

Value

logical. TRUE if lang is found on path, FALSE if not

Examples


## Not run: 
find_proglang(lang = "julia")

## End(Not run)

fwildclusterboot documentation built on March 7, 2023, 5:33 p.m.