tests/findDispatchMethodsS3.R

library("R.methodsS3")

message("TESTING: findDispatchMethodS3()...")

## Odds and ends
# Trying to retrieve base::.Options, but should be
# detected as a non-function and return an empty result
fcn <- findDispatchMethodsS3("", "Options")
stopifnot(length(fcn) == 0L)

message("TESTING: findDispatchMethodS3()...DONE")

Try the R.methodsS3 package in your browser

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

R.methodsS3 documentation built on June 14, 2022, 1:06 a.m.