diff --git a/A/AppleHealthParser/Compat.toml b/A/AppleHealthParser/Compat.toml new file mode 100644 index 000000000000000..99e3838b574ffdd --- /dev/null +++ b/A/AppleHealthParser/Compat.toml @@ -0,0 +1,8 @@ +[1] +CSV = "0.10.14-0.10" +DataFrames = "1.7.0-1" +OrderedCollections = "1.6.3-1" +Revise = "3.6.0-3" +StatsBase = "0.34.3-0.34" +XML = "0.3.4-0.3" +julia = "1.7.0-1" diff --git a/A/AppleHealthParser/Deps.toml b/A/AppleHealthParser/Deps.toml new file mode 100644 index 000000000000000..997cd3124e9d5b4 --- /dev/null +++ b/A/AppleHealthParser/Deps.toml @@ -0,0 +1,7 @@ +[1] +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +XML = "72c71f33-b9b6-44de-8c94-c961784809e2" diff --git a/A/AppleHealthParser/Package.toml b/A/AppleHealthParser/Package.toml new file mode 100644 index 000000000000000..2d2ecf727849b45 --- /dev/null +++ b/A/AppleHealthParser/Package.toml @@ -0,0 +1,3 @@ +name = "AppleHealthParser" +uuid = "d1ed7681-0bdc-4b3e-a64e-a9a059b3ebfe" +repo = "https://github.com/sumant-28/AppleHealthParser.jl.git" diff --git a/A/AppleHealthParser/Versions.toml b/A/AppleHealthParser/Versions.toml new file mode 100644 index 000000000000000..6d0e3e7b6c4f973 --- /dev/null +++ b/A/AppleHealthParser/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "1122044ed21e54fa8ba62ada326329427c92b02b" diff --git a/Registry.toml b/Registry.toml index 682c578b1c8c242..755a532ea6ae30b 100644 --- a/Registry.toml +++ b/Registry.toml @@ -9468,6 +9468,7 @@ d1d5beed-0862-5c4e-adcd-9d7a31bb6a79 = { name = "racket_jll", path = "jll/R/rack d1dcc2e6-806e-11e9-2897-3f99785db2ae = { name = "Reproject", path = "R/Reproject" } d1dd7d07-e5c2-418a-8652-e20add45d312 = { name = "SurvivalAnalysis", path = "S/SurvivalAnalysis" } d1eb7eb1-105f-429d-abf5-b0f65cb9e2c4 = { name = "RegistryTools", path = "R/RegistryTools" } +d1ed7681-0bdc-4b3e-a64e-a9a059b3ebfe = { name = "AppleHealthParser", path = "A/AppleHealthParser" } d1efa939-5518-4425-949f-ab857e148477 = { name = "TableIOInterface", path = "T/TableIOInterface" } d1f74bce-bb60-11ea-2eff-3d75f256b4d8 = { name = "BioformatsLoader", path = "B/BioformatsLoader" } d1fa6d79-ef01-42a6-86c9-f7c551f8593b = { name = "StrideArrays", path = "S/StrideArrays" }