From f241fed9e5be3b2fc145fc9e8fc6720e2665445f Mon Sep 17 00:00:00 2001 From: "Kevin Bonham, PhD" Date: Tue, 14 Dec 2021 13:42:26 -0500 Subject: [PATCH 1/2] update module name --- src/PERMANOVA.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PERMANOVA.jl b/src/PERMANOVA.jl index 3547d6d..3a5fbf7 100644 --- a/src/PERMANOVA.jl +++ b/src/PERMANOVA.jl @@ -1,4 +1,4 @@ -module PerMANOVA +module PERMANOVA using Random, LinearAlgebra, Distances, StatsModels,Statistics,TexTables,LoopVectorization, NamedArrays include("perm2.jl") From 2e8020e9c5f28070b18d163329d220191b0e80e5 Mon Sep 17 00:00:00 2001 From: "Kevin Bonham, PhD" Date: Tue, 14 Dec 2021 13:43:38 -0500 Subject: [PATCH 2/2] change in project too --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd0f32e..fd49ca6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,4 +1,4 @@ -name = "PerMANOVA" +name = "PERMANOVA" uuid = "f33fedc7-88ab-426d-b3f4-502f30fbdde3" authors = ["Arthur Newbury"] version = "0.1.0"