From 65ced36e61608104441f7c3459d8bdb16575aa6f Mon Sep 17 00:00:00 2001 From: Registrator Date: Wed, 10 Aug 2022 14:21:28 +0530 Subject: [PATCH] New version: RandomVariables v0.1.1 (#66000) UUID: 23df5be6-c24a-401c-9bab-7363c0ab302a Repo: https://github.com/ManuelStapper/RandomVariables.jl.git Tree: eb5bcb9e46413fdb0aad7d45d747512874592af7 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- R/RandomVariables/Compat.toml | 3 +++ R/RandomVariables/Deps.toml | 3 +++ R/RandomVariables/Versions.toml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/R/RandomVariables/Compat.toml b/R/RandomVariables/Compat.toml index 6d9827665426c4b..3a303a877725a1d 100644 --- a/R/RandomVariables/Compat.toml +++ b/R/RandomVariables/Compat.toml @@ -1,3 +1,6 @@ [0] Distributions = "0.23-0.25" julia = "1" + +["0.1.1-0"] +QuadGK = "2" diff --git a/R/RandomVariables/Deps.toml b/R/RandomVariables/Deps.toml index a74bfc2d34c9738..88425695ed05f5c 100644 --- a/R/RandomVariables/Deps.toml +++ b/R/RandomVariables/Deps.toml @@ -1,2 +1,5 @@ [0] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" + +["0.1.1-0"] +QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" diff --git a/R/RandomVariables/Versions.toml b/R/RandomVariables/Versions.toml index b7270fe05aa5695..00f63a6a2f0096f 100644 --- a/R/RandomVariables/Versions.toml +++ b/R/RandomVariables/Versions.toml @@ -1,2 +1,5 @@ ["0.1.0"] git-tree-sha1 = "7767f1e388fd03dc92863693faaabeed187a24ef" + +["0.1.1"] +git-tree-sha1 = "eb5bcb9e46413fdb0aad7d45d747512874592af7"