Some set of functions StandardGeneric
instead of standardGeneric
. Astonishing we went so long without noticing this. For some reason I also thought it was okay to nocov them, perhaps because they are part of setGeneric
calls that are set-up at package load time instead of runtime.
Problem seems related to the case where one of the items has a class.
zlold <- c("0x0000, 0x001F", "0x007F, 0x009F", "0x0300, 0x036F", "0x0483, 0x0487", "0x0488, 0x0489", "0x0591, 0x05BD", "0x05BF, 0x05BF", "0x05C1, 0x05C2", "0x05C4, 0x05C5", "0x05C7, 0x05C7")
zlnew <- structure(c("0x0000, 0x001F", "0x007F, 0x009F", "0x0300, 0x036F", "0x0483, 0x0489", "0x0591, 0x05BD", "0x05BF, 0x05BF", "0x05C1, 0x05C2", "0x05C4, 0x05C5", "0x05C7, 0x05C7", "0x0600, 0x0605"), .Dim = 10L)
diffChr(zlold, zlnew)
Error in StandardGeneric("guidesChr") :
could not find function "StandardGeneric"
Warning message:
In apply_guides(current, cur.capt, guide_fun) :
`guides*` method produced an error when attempting to compute guide lines ; If you did not specify a `guides` function or define custom `guides*` methods contact maintainer (see `?guides`). Proceeding without guides.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4