Skip to content

Commit

Permalink
qualify pepr function calls. See #18
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jan 28, 2019
1 parent f7256dc commit 8686226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/methods_Annotated.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ setMethod(
f = "samples",
signature = "Annotated",
definition = function(object) {
samples(getProject(object))
pepr::samples(getProject(object))
})


Expand All @@ -80,7 +80,7 @@ setMethod(
f = "config",
signature = "Annotated",
definition = function(object) {
config(getProject(object))
pepr::config(getProject(object))
})

setGeneric("is", package = "methods")
Expand Down

0 comments on commit 8686226

Please sign in to comment.