Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Oct 2, 2023
1 parent 9ade5c3 commit 50eeb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-2plotSeries.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 50eeb9b

Please sign in to comment.