Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 26, 2024
1 parent da1f39a commit 297d5b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-phylolm.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ withr::with_options(
list(na.action = "na.fail"),
test_that("phylolm modelinfo", {
set.seed(123456)
tre = ape::rcoal(60)
taxa = sort(tre$tip.label)
b0 = 0
b1 = 1
tre <- ape::rcoal(60)
taxa <- sort(tre$tip.label)
b0 <- 0
b1 <- 1

x <- phylolm::rTrait(
n = 1,
Expand Down

0 comments on commit 297d5b0

Please sign in to comment.