-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
60 lines (54 loc) · 1.87 KB
/
Copy pathProject.toml
File metadata and controls
60 lines (54 loc) · 1.87 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name = "RIrtWrappers"
uuid = "3c499bf4-8795-40ff-83c0-5639be88f347"
authors = ["Frankie Robertson <frankie@robertson.name>"]
version = "0.3.0"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BSplines = "488c2830-172b-11e9-1591-253b8a7df96d"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
FittedItemBanks = "3f797b09-34e4-41d7-acf6-3302ae3248a5"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
PsychometricsBazaarBase = "b0d9cada-d963-45e9-a4c6-4746243987f1"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
ComputerAdaptiveTesting = "5a0d4f34-1f62-4a66-80fe-87aba0485488"
[extensions]
ComputerAdaptiveTestingExt = "ComputerAdaptiveTesting"
[compat]
Aqua = "^0.8.2"
ArraysOfArrays = "^0.6.2"
BSplines = "^0.3.3"
ComputerAdaptiveTesting = "^0.4.0"
CondaPkg = "0.2"
ConstructionBase = "1.5.8"
DataFrames = "^1.5.0"
Distributions = "^0.25.49"
DocStringExtensions = "0.9.4"
FillArrays = "^1.7.0"
FittedItemBanks = "^0.7.1"
JET = "^0.7, ^0.8, ^0.9"
Optim = "^1.7.8"
Pkg = "^1.8"
Preferences = "1.4.3"
PsychometricsBazaarBase = "0.8.2"
RCall = "^0.14.1"
Random = "^1.8"
StaticArrays = "1.9.13"
Test = "^1.11"
julia = "^1.11"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ComputerAdaptiveTesting = "5a0d4f34-1f62-4a66-80fe-87aba0485488"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ComputerAdaptiveTesting", "JET", "Optim", "Test"]