Skip to content

Commit

Permalink
remove comment in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bblodfon committed Nov 23, 2024
1 parent a894dc0 commit a014eec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion R/rank_candidates.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
#' candidates = paste0("V", seq_len(5))
#'
#' # 4 voters
#' # "V3" candidate voted by all, "V1" by half, "V2", "V4" once, "V5" was not voted at all
#' voters = list(
#' c("V3", "V1", "V4"),
#' c("V3", "V1"),
Expand Down
1 change: 0 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ candidates = paste0("V", seq_len(5))
candidates
# 4 voters
# "V3" candidate voted by all, "V1" by half, "V2", "V4" once, "V5" was not voted at all
voters = list(
c("V3", "V1", "V4"),
c("V3", "V1"),
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ candidates
#> [1] "V1" "V2" "V3" "V4" "V5"

# 4 voters
# "V3" candidate voted by all, "V1" by half, "V2", "V4" once, "V5" was not voted at all
voters = list(
c("V3", "V1", "V4"),
c("V3", "V1"),
Expand Down
7 changes: 3 additions & 4 deletions man/rank_candidates.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a014eec

Please sign in to comment.