Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StandardGeneric Doesn't Exist #142

Closed
brodieG opened this issue Mar 22, 2020 · 0 comments
Closed

StandardGeneric Doesn't Exist #142

brodieG opened this issue Mar 22, 2020 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

@brodieG brodieG commented Mar 22, 2020

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.
@brodieG brodieG added the bug label Mar 22, 2020
@brodieG brodieG added this to the 0.2.5 milestone Mar 22, 2020
@brodieG brodieG closed this in 660f785 May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.