From 297d5b0a3bc41f7e169b3f5f0bbe23da482703e8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 26 Nov 2024 09:00:09 +0100 Subject: [PATCH] lintr --- tests/testthat/test-phylolm.R | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/testthat/test-phylolm.R b/tests/testthat/test-phylolm.R index 8ed786658..2871b2afb 100644 --- a/tests/testthat/test-phylolm.R +++ b/tests/testthat/test-phylolm.R @@ -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,