From 0293f95faa9a8acef2c195bf74034db9eba9058f Mon Sep 17 00:00:00 2001 From: mwsohn Date: Fri, 11 Oct 2024 15:24:59 -0400 Subject: [PATCH] Update ExcelTables.jl --- src/ExcelTables.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ExcelTables.jl b/src/ExcelTables.jl index 1f52def..e8f8aa5 100644 --- a/src/ExcelTables.jl +++ b/src/ExcelTables.jl @@ -31,5 +31,6 @@ export univariatexls, # output univariate statistics in an excel worksheet include("xlsout.jl") include("mglmxls.jl") include("formats.jl") +include("rocdata.jl") end # module