Learn R Programming

r5r (version 1.1.0)

r5r_sitrep: Generate an r5r situation report to help debug errors

Description

The function reports a list with the following information:

  • The package version of {r5r} in use.

  • The installed version of R5.jar.

  • The Java version in use.

  • The amount of memory set to Java through the java.parameters option.

  • The user's Session Info.

Usage

r5r_sitrep()

Arguments

Value

A list with information of the versions of the r5r package, Java and R5 Jar in use, the memory set to Java and user's Session Info.

Examples

Run this code
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")
r5r_sitrep()
}

Run the code above in your browser using DataLab