-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.09 KB
/
Project.toml
File metadata and controls
36 lines (32 loc) · 1.09 KB
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
name = "StatisticalRethinkingPlots"
uuid = "e1a513d0-d9d9-49ff-a6dd-9d2e9db473da"
authors = ["Rob J Goedman <goedman@icloud.com>, Max Lapan (@Shmuma) and contributors"]
version = "1.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatisticalRethinking = "2d09df54-9d0f-5258-8220-54c2a3d4fbee"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
Distributions = "0.25"
DocStringExtensions = "0.9"
KernelDensity = "0.6"
LaTeXStrings = "1.3"
Parameters = "0.12"
Plots = "1"
Reexport = "1.2"
Requires = "1.1"
StatisticalRethinking = "4.6"
StatsPlots = "0.15"
julia = "1"
[extras]
StanSample = "c1514b29-d3a0-5178-b312-660c88baa699"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["StanSample", "Test"]