Skip to content

Commit

Permalink
donnt insatll vegan in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
EvoArt committed Sep 3, 2021
1 parent b71d81a commit 79f004a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using BetaDispersion, Distances, StatsBase,BenchmarkTools, RCall
using Test
vegan = "vegan"
R"install.packages($vegan)"
R"library(vegan)"
# Rcall uses a single thread, so make sure Julia is using only ine thread as well
@testset "BetaDispersion.jl" begin
Expand Down Expand Up @@ -47,6 +45,4 @@ R"library(vegan)"
r = @benchmark R"permutest($dispr,pairwise = TRUE, permutations = 999)" #11.515 s
@test mean(j.times) < mean(r.times)



end

0 comments on commit 79f004a

Please sign in to comment.