Skip to content

Commit

Permalink
Add dont test
Browse files Browse the repository at this point in the history
  • Loading branch information
relund committed Feb 7, 2024
1 parent 1ccca8f commit 6d8f94c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/hull.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ dimFace<-function(pts, dim = NULL) {
#' pt <- matrix(c(0,0, 1,1, 4,4), ncol = 2, byrow = TRUE)
#' inHull(pt, vertices)
#'
#' \donttest{
#' ## in 3D
#' vertices <- matrix(c(2,2,2), ncol = 3, byrow = TRUE)
#' pt <- matrix(c(1,1,1, 3,3,3, 2,2,2, 3,3,2), ncol = 3, byrow = TRUE)
Expand Down Expand Up @@ -131,6 +132,7 @@ dimFace<-function(pts, dim = NULL) {
#' plotPoints3D(pt, addText = TRUE)
#' finalize3D()
#' inHull(pt, vertices)
#' }
#'
#' ## In 5D
#' vertices <- matrix(c(4,0,0,0,0, 0,4,0,0,0, 0,0,4,0,0, 0,0,0,4,0, 0,0,0,0,4, 0,0,0,0,0),
Expand Down

0 comments on commit 6d8f94c

Please sign in to comment.