Skip to content

Commit

Permalink
fix documentation error regarding list method, fixes #77
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Nov 23, 2020
1 parent b3b0351 commit 3d888ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

* citation to conference paper added to `inst/CITATION`

## Bug fixes

* error in documentation for list method has been fixed, thanks @gprezza (#77)

# eulerr 6.1.0

## Minor changes
Expand Down
2 changes: 1 addition & 1 deletion R/euler.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ euler.table <- function(combinations, ...)
}

#' @describeIn euler a list of vectors, each vector giving the contents of
#' that set (with no duplicates). Vectors in the list do not need to be named.
#' that set (with no duplicates). Vectors in the list must be named.
#' @export
#' @examples
#'
Expand Down
4 changes: 2 additions & 2 deletions man/euler.Rd

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

0 comments on commit 3d888ab

Please sign in to comment.