Skip to content

Commit

Permalink
Skip brittle check on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 2, 2023
1 parent d96c41a commit 7872fbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-layout.kk.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
test_that("Kamada-Kawai layout generator works", {
skip_on_cran()

set.seed(42)

get_radii <- function(layout) {
Expand Down

0 comments on commit 7872fbb

Please sign in to comment.