Skip to content

Commit

Permalink
added the meshinfo branch to Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed May 26, 2023
1 parent aab8e82 commit dab742d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-valgrind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, meshinfo]
pull_request:
branches: [main, master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main, master, meshinfo]
pull_request:
branches: [main, master]

Expand Down
4 changes: 2 additions & 2 deletions R/delaunay.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
#' which form the edge. The third column, named \code{border}, only
#' contains some zeros and some ones; a border (exterior) edge is
#' labelled by a \code{1}. The \code{area} field contains only a number:
#' the area of the triangulated region (that is, the area of the convex hull of
#' the points).
#' the area of the triangulated region (that is, the area of the convex
#' hull of the points).
#' Finally, the \code{mesh} field is a list with three fields:
#' \code{vertices}, \code{edges}, and \code{faces}.
#' \itemize{
Expand Down

0 comments on commit dab742d

Please sign in to comment.