From 61cf52be76312bd813715d912f38ba74fec63622 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Mon, 29 Apr 2024 16:37:55 +0000 Subject: [PATCH] New package: RFFT v1.0.0 UUID: 3645faec-0534-4e91-afef-021db0981eec Repo: https://github.com/JuliaMath/RFFT.jl.git Tree: 45f2756640780c259d2aaeb3cb742a53aaf38396 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- R/RFFT/Compat.toml | 3 +++ R/RFFT/Deps.toml | 3 +++ R/RFFT/Package.toml | 3 +++ R/RFFT/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 12 insertions(+) create mode 100644 R/RFFT/Compat.toml create mode 100644 R/RFFT/Deps.toml create mode 100644 R/RFFT/Package.toml create mode 100644 R/RFFT/Versions.toml diff --git a/R/RFFT/Compat.toml b/R/RFFT/Compat.toml new file mode 100644 index 000000000000000..cfe6c1b27cab224 --- /dev/null +++ b/R/RFFT/Compat.toml @@ -0,0 +1,3 @@ +[1] +FFTW = "1" +julia = "1.6.0-1" diff --git a/R/RFFT/Deps.toml b/R/RFFT/Deps.toml new file mode 100644 index 000000000000000..4dd180874e25b47 --- /dev/null +++ b/R/RFFT/Deps.toml @@ -0,0 +1,3 @@ +[1] +FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" diff --git a/R/RFFT/Package.toml b/R/RFFT/Package.toml new file mode 100644 index 000000000000000..9d87e3e70a05a9b --- /dev/null +++ b/R/RFFT/Package.toml @@ -0,0 +1,3 @@ +name = "RFFT" +uuid = "3645faec-0534-4e91-afef-021db0981eec" +repo = "https://github.com/JuliaMath/RFFT.jl.git" diff --git a/R/RFFT/Versions.toml b/R/RFFT/Versions.toml new file mode 100644 index 000000000000000..5c43a2d30b07c83 --- /dev/null +++ b/R/RFFT/Versions.toml @@ -0,0 +1,2 @@ +["1.0.0"] +git-tree-sha1 = "45f2756640780c259d2aaeb3cb742a53aaf38396" diff --git a/Registry.toml b/Registry.toml index 83f4b368278f2f2..0a590bc7b1c70d9 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2340,6 +2340,7 @@ some amount of consideration when choosing package names. 36348300-93cb-4f02-beb5-3c3902f8871e = { name = "OptimizationOptimJL", path = "O/OptimizationOptimJL" } 3637df68-df41-5d16-b00c-95ac8c2142c5 = { name = "Bio", path = "B/Bio" } 3639840a-3b65-599e-a5e5-6439523e890e = { name = "RandomV06", path = "R/RandomV06" } +3645faec-0534-4e91-afef-021db0981eec = { name = "RFFT", path = "R/RFFT" } 3646fa90-6ef7-5e7e-9f22-8aca16db6324 = { name = "ScikitLearn", path = "S/ScikitLearn" } 36492b79-4a51-4dff-89b6-31e03c9a81c2 = { name = "GeoStatsViz", path = "G/GeoStatsViz" } 36498ab6-316f-4d40-82fe-0951719b46b4 = { name = "FillOutliers", path = "F/FillOutliers" }