-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
40 lines (36 loc) · 1.13 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "NetSurvival"
uuid = "8f9d5d0e-dd2e-4568-92d4-f8c5d34f25cf"
authors = ["Oskar Laverny <[email protected]> and contributors"]
version = "0.1.1"
[deps]
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"
SurvivalBase = "9cb6079b-e021-4662-8a75-9f65bfa286f2"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CSV = "0.10"
DataFrames = "1"
Distributions = "0.25"
LinearAlgebra = "1.6"
RCall = "0.14"
RateTables = "0.1.1, 0.2"
StatsAPI = "1"
StatsBase = "0.34"
StatsModels = "0.7"
SurvivalBase = "0.1"
Tables = "1"
Test = "1.6"
TestItemRunner = "0.2"
julia = "1.9"
[extras]
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "TestItemRunner", "RCall"]