Skip to content

Commit 9221cdf

Browse files
New package: Macroeconometrics v0.1.0
UUID: 14a6ec33-bcac-448e-845f-2fb6769698f1 Repo: https://github.com/chung9207/Macroeconometrics.jl.git Tree: d6eac740b7cc858e0460dcc36f822aa01581f545 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent 3f4e17c commit 9221cdf

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

M/Macroeconometrics/Compat.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[0]
2+
CSV = "0.10"
3+
DataFrames = "1"
4+
Distributions = "0.25"
5+
FFTW = "1.5.0 - 1"
6+
MCMCChains = "6"
7+
SpecialFunctions = "2"
8+
StatsAPI = "1"
9+
Turing = "0.29"
10+
julia = "1.6.0 - 1"

M/Macroeconometrics/Deps.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[0]
2+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
3+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
4+
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
5+
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d"
8+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
9+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
10+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
11+
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
12+
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

M/Macroeconometrics/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "Macroeconometrics"
2+
uuid = "14a6ec33-bcac-448e-845f-2fb6769698f1"
3+
repo = "https://github.com/chung9207/Macroeconometrics.jl.git"

M/Macroeconometrics/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "d6eac740b7cc858e0460dcc36f822aa01581f545"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ some amount of consideration when choosing package names.
10911091
149e707d-584d-56d3-88ec-740c18e106ff = { name = "PkgDev", path = "P/PkgDev" }
10921092
14a09403-18e3-468f-ad8a-74f8dda2d9ac = { name = "FMI", path = "F/FMI" }
10931093
14a3606d-f60d-562e-9121-12d972cd8159 = { name = "MozillaCACerts_jll", path = "jll/M/MozillaCACerts_jll" }
1094+
14a6ec33-bcac-448e-845f-2fb6769698f1 = { name = "Macroeconometrics", path = "M/Macroeconometrics" }
10941095
14a86994-10a4-4a7d-b9ad-ef6f3b1fac6a = { name = "PPTX", path = "P/PPTX" }
10951096
14b02da0-8be6-40d8-a4f8-a7d73caed26e = { name = "Pinot", path = "P/Pinot" }
10961097
14b1564f-c77f-4800-9e89-efd961faef7c = { name = "LEMONGraphs", path = "L/LEMONGraphs" }

0 commit comments

Comments
 (0)