Skip to content

Commit

Permalink
add ceil_at returns
Browse files Browse the repository at this point in the history
  • Loading branch information
polettif committed Mar 1, 2024
1 parent 8b4307a commit 3f33004
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions R/round.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#' @param threshold threshold in \[0,1\] or "harmonic"/"geometric" to use
#' harmonic or geometric mean thresholds
#'
#' @returns the rounded vector
#'
#' @examples
#' ceil_at(c(0.5, 1.5, 2.49, 2.5, 2.51), 0.5)
#' # compare to
Expand Down
6 changes: 1 addition & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
## Resubmission
Fixed the following notes:
* added references/doi to DESCRIPTION
* removed 'biproportional' single quotes in description
* exported `ceil_at` and `weight_list_votes` (renamed)
* removed example for internal `reached_quorums`
* added return value to `ceil_at` docs
3 changes: 3 additions & 0 deletions man/ceil_at.Rd

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

0 comments on commit 3f33004

Please sign in to comment.