Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DauphineWeb committed Mar 13, 2023
1 parent 03d0647 commit b9cee4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^cran-comments\.md$
2 changes: 1 addition & 1 deletion R/appendMissingCoalitions.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#'
#' @template return/PowerRelation
#'
#' @family helper functions transforming existing [`PowerRelation`] objects
#' @family helper functions for transforming power relations
#'
#' @examples
#' pr <- as.PowerRelation(list(c(1,2), 3))
Expand Down
2 changes: 1 addition & 1 deletion R/makePowerRelationMonotonic.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#'
#' @template return/PowerRelation
#'
#' @family helper functions transforming existing [`PowerRelation`] objects
#' @family helper functions for transforming power relations
#'
#' @examples
#' pr <- as.PowerRelation("ab > ac > abc > b > a > {} > c > bc")
Expand Down
4 changes: 2 additions & 2 deletions man/appendMissingCoalitions.Rd

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

4 changes: 2 additions & 2 deletions man/makePowerRelationMonotonic.Rd

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

0 comments on commit b9cee4f

Please sign in to comment.