greta_sitrep: Greta Situation Report

View source: R/greta-sitrep.R

greta_sitrepR Documentation

Greta Situation Report

Description

This checks if Python, Tensorflow, Tensorflow Probability, and the greta conda environment are available, and also loads and initialises python

Usage

greta_sitrep(verbosity = c("minimal", "detailed", "quiet"))

Arguments

verbosity

character. How verbose the output of the situation report. Possible options: "minimal" (default), "detailed", and "quiet". "Minimal" provides just information in python version, tensorflow version, tensorflow proability, and whether greta conda environment is available. "Quiet" presents no information, but prepares greta to be used. "Detailed" gives information on the version and path for R, greta, python, tensorflow, tensorflow probability, the greta conda environment, and a statement on greta usability.

Value

Message on greta situation report. See "verbsoity" parameter details above for more information.

Examples

## Not run: 
greta_sitrep()

## End(Not run)

greta-dev/greta documentation built on Jan. 31, 2025, 1:01 a.m.