Skip to content

Commit

Permalink
tidy project dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Aug 16, 2023
1 parent d3905ca commit 9515070
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[weakdeps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[extensions]
IpaperNaNExt = "NaNStatistics"
IpaperPlotExt = "Plots"
IpaperSlopeExt = "Distributions"
IpaperNaNExt = "NaNStatistics"
IpaperTableExt = "DataFrames"

[compat]
Expand All @@ -50,8 +50,6 @@ StatsBase = "0.33, 0.34"
julia = "1.9"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
NaNStatistics = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
Expand Down
3 changes: 3 additions & 0 deletions ext/IpaperTableExt/IpaperTableExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ using CSV
using Ipaper
using Ipaper: TidyTable2

# using Reexport
# @reexport using TidierData

# include("wip/con_parse.jl")
# include("wip/macro.jl")

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import NaNStatistics
import NaNStatistics: nanmean, nanmedian
using Ipaper: NanQuantile_low, NanQuantile_low!

include("test-stat_quantile.jl")


## DataTable
Expand All @@ -34,6 +33,7 @@ include("test-date.jl")
include("test-r_base.jl")
include("test-tools.jl")
# include("test-timeit_all.jl")
include("test-stat_quantile.jl")
include("test-stat_linreg.jl")
include("test-stat_apply.jl")
include("test-stat_movmean.jl")
Expand Down

0 comments on commit 9515070

Please sign in to comment.