Checks to see if R6Class has fully implemented an interface contract.

CheckInterfaceImplementation(R6Class)

Arguments

R6Class

an R6 class in this library or a character string of the class name in this library.

Value

NULL if successful. Raises a fatal error if finds a missing method expected in R6Class.