Skip to content

Commit

Permalink
add Project.toml file (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored May 29, 2019
1 parent eba2a9d commit 2eac8c9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
39 changes: 39 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name = "RCall"
uuid = "6f49c342-dc21-5d91-9882-a32aef131414"
authors = ["Douglas Bates", "Randy Lai", "Simon Byrne <[email protected]>"]
version = "0.13.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
WinReg = "1b915085-20d7-51cf-bf83-8f477d6f5128"

[compat]
AxisArrays = "≥ 0.0.6"
CategoricalArrays = "≥ 0.3.0"
DataFrames = "≥ 0.11.0"
DataStructures = "≥ 0.5.0"
Missings = "≥ 0.2.0"
Requires = "≥ 0.5.2"
StatsModels = "≥ 0.2.4"
WinReg = "≥ 0.2.0"
julia = "1"

[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Dates", "AxisArrays", "REPL", "Test", "Random"]
9 changes: 0 additions & 9 deletions REQUIRE

This file was deleted.

0 comments on commit 2eac8c9

Please sign in to comment.