From 50eeb9bb279e86baac93786d8197c01bded9465b Mon Sep 17 00:00:00 2001 From: TuomasBorman Date: Mon, 2 Oct 2023 17:31:28 +0300 Subject: [PATCH] up --- tests/testthat/test-2plotSeries.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-2plotSeries.R b/tests/testthat/test-2plotSeries.R index 817e3a03..b509ae04 100644 --- a/tests/testthat/test-2plotSeries.R +++ b/tests/testthat/test-2plotSeries.R @@ -4,7 +4,7 @@ test_that("plot series", { # Load data from miaTime package if( !require("miaTime") ){ if( !require("devtools") ){ - install.packages("devtools") + BiocManager::install("devtools") } devtools::install_github("microbiome/miaTime") library("miaTime")