detailed_check_in_rstudio: Check the code in RStudio.

Description Usage Arguments Value Examples

Description

detailed_check_in_rstudio checks the code in RStudio.

Usage

1

Arguments

code

the code you want to test in RStudio

time

the time for the testing

Value

a list, the component crashed means whether rsession is crashed, the component finished means whether the code runs to the end successfully, the component errmsg is the error message of the code (if any).

Examples

1
2
3
4
## Not run: 
detailed_check_in_rstudio("1")

## End(Not run)

Non-Contradiction/TestWithRStudio documentation built on May 20, 2019, 5:44 p.m.