Skip to content

Commit

Permalink
removed ref to ahp::: (in order to get rid of the warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
gluc committed Jan 9, 2016
1 parent dc13657 commit 74181a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/visualize.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GetTooltip <- function(x) {
}
if (!is.null(x$parent$priority)) {
prio <- x$parent$priority["Total", x$name]
tt <- paste0("priority: ", ahp:::percent1(prio), "\n")
tt <- paste0("priority: ", percent1(prio), "\n")
}
#browser()
myfields <- x$fields[!x$fields %in% c("preferences",
Expand Down

0 comments on commit 74181a2

Please sign in to comment.