I'm getting this error when testing my package
> test("my_package")
Error in function (value) :
invalid replacement for field ‘context_open’, should be from class “logical” or a subclass (was class “character”)
This works
> SummaryReporter
Generator object for class "SummaryReporter":
Class fields:
Name: context test failed context_open failures n has_tests
Class: character ANY logical logical list integer logical
Class Methods:
"add_result", "add_result#Reporter", "callSuper", "copy", "end_context", "end_context#Reporter", "end_reporter",
"end_reporter#Reporter", "end_test", "export", "field", "getClass", "getRefClass", "import", "initFields", "initialize", "show",
"start_context", "start_context#Reporter", "start_reporter", "start_reporter#Reporter", "start_test", "trace", "untrace",
"usingMethods"
Reference Superclasses:
"Reporter", "envRefClass"
but this doesn't
> SummaryReporter$new()
Error in function (value) :
invalid replacement for field ‘context_open’, should be from class “logical” or a subclass (was class “character”)
Any ideas?
> email to rdevtools+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rdevtools+...@googlegroups.com.