R/unit_tests.R

Defines functions run_unit_tests

run_unit_tests <- function(){
	script <- system.file( "unitTests", "runTests.R", package = "RProtoBuf" ) 
	source( script )
}

Try the RProtoBuf package in your browser

Any scripts or data that you put into this service are public.

RProtoBuf documentation built on Nov. 3, 2022, 9:06 a.m.