From c8169221206b456549d89c5c45f415ffceabad54 Mon Sep 17 00:00:00 2001 From: Avraham Adler Date: Tue, 25 Jun 2024 13:18:13 -0400 Subject: [PATCH] Make lintr happy. --- inst/tinytest/test-wrapper-global.R | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inst/tinytest/test-wrapper-global.R b/inst/tinytest/test-wrapper-global.R index 2661caa..cd667a5 100644 --- a/inst/tinytest/test-wrapper-global.R +++ b/inst/tinytest/test-wrapper-global.R @@ -189,12 +189,12 @@ A <- matrix(c(10, 0.05, 3, 17, 1.7, 8, 17, 0.1, 8, 14, 8, 14), nrow = 4) -B <- matrix(c(.1312, .2329, .2348, .4047, - .1696, .4135, .1451, .8828, - .5569, .8307, .3522, .8732, - .0124, .3736, .2883, .5743, - .8283, .1004, .3047, .1091, - .5886, .9991, .6650, .0381), nrow = 4) +B <- matrix(c(0.1312, 0.2329, 0.2348, 0.4047, + 0.1696, 0.4135, 0.1451, 0.8828, + 0.5569, 0.8307, 0.3522, 0.8732, + 0.0124, 0.3736, 0.2883, 0.5743, + 0.8283, 0.1004, 0.3047, 0.1091, + 0.5886, 0.9991, 0.6650, 0.0381), nrow = 4) hartmann6 <- function(x, a, A, B) { fun <- 0