Skip to content

Commit

Permalink
Move to RateTables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv committed Apr 4, 2024
1 parent c1b1023 commit 7d17891
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 97 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RateTables = "d40fb65e-c2ee-4113-9e14-cb96ca0acb32"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Expand Down
55 changes: 0 additions & 55 deletions src/FastFetchingVectors.jl

This file was deleted.

3 changes: 1 addition & 2 deletions src/NetSurvival.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ using StatsModels
using Tables
using Base.Cartesian
using CSV
using RateTables

include("FastFetchingVectors.jl")
include("RateTableV2.jl")
include("fetch_datasets.jl")
include("Surv.jl")
include("nonparamfit.jl")
Expand Down
40 changes: 0 additions & 40 deletions src/RateTableV2.jl

This file was deleted.

0 comments on commit 7d17891

Please sign in to comment.