diff --git a/R/ReefBiodiversityAccountSetup/Compat.toml b/R/ReefBiodiversityAccountSetup/Compat.toml new file mode 100644 index 000000000000000..a0ba212d0636b64 --- /dev/null +++ b/R/ReefBiodiversityAccountSetup/Compat.toml @@ -0,0 +1,19 @@ +[0] +ArchGDAL = "0.10" +CSV = "0.10" +DataFrames = "1.7.0-1" +DimensionalData = "0.28" +Distances = "0.10" +GLMakie = "0.10" +GeoDataFrames = "0.3" +GeoFormatTypes = "0.4" +GeoMakie = "0.7" +Glob = "1.3.0-1" +GraphMakie = "0.5" +MAT = "0.10" +NCDatasets = "0.14" +Rasters = "0.12" +Statistics = "1.11.0-1" +TOML = "1" +YAXArrays = "0.5" +julia = "1.10.0-1" diff --git a/R/ReefBiodiversityAccountSetup/Deps.toml b/R/ReefBiodiversityAccountSetup/Deps.toml new file mode 100644 index 000000000000000..87cf2b54c3c81c6 --- /dev/null +++ b/R/ReefBiodiversityAccountSetup/Deps.toml @@ -0,0 +1,18 @@ +[0] +ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" +CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" +DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0" +Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" +GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a" +GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f" +GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f" +GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6" +Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" +GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2" +MAT = "23992714-dd62-5051-b70f-ba57cb901cac" +NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab" +Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689" +Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" +TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76" +YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" diff --git a/R/ReefBiodiversityAccountSetup/Package.toml b/R/ReefBiodiversityAccountSetup/Package.toml new file mode 100644 index 000000000000000..2de8b489916e966 --- /dev/null +++ b/R/ReefBiodiversityAccountSetup/Package.toml @@ -0,0 +1,3 @@ +name = "ReefBiodiversityAccountSetup" +uuid = "0c8e82bf-eef7-4dd9-ab94-1dceb2362a9d" +repo = "https://github.com/open-AIMS/ReefBiodiversityAccountSetup.jl.git" diff --git a/R/ReefBiodiversityAccountSetup/Versions.toml b/R/ReefBiodiversityAccountSetup/Versions.toml new file mode 100644 index 000000000000000..f40011d54697848 --- /dev/null +++ b/R/ReefBiodiversityAccountSetup/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a1ba5c8039c4b7022a18ad0a230c68b9293b2fc8" diff --git a/Registry.toml b/Registry.toml index 899ba5b4a42621b..6e1bd4be3e07999 100644 --- a/Registry.toml +++ b/Registry.toml @@ -582,6 +582,7 @@ some amount of consideration when choosing package names. 0c81fc1b-5583-44fc-8770-48be1e1cca08 = { name = "InputBuffers", path = "I/InputBuffers" } 0c88c325-9891-4b47-8316-abdfe8381675 = { name = "DensityScatter", path = "D/DensityScatter" } 0c8a7d74-93ea-4f23-9ed1-b26578bfdfe6 = { name = "XKeyboard", path = "X/XKeyboard" } +0c8e82bf-eef7-4dd9-ab94-1dceb2362a9d = { name = "ReefBiodiversityAccountSetup", path = "R/ReefBiodiversityAccountSetup" } 0c95cc5f-2f7e-43fe-82dd-79dbcba86b32 = { name = "RegistryCI", path = "R/RegistryCI" } 0ca39b1e-fe0b-4e98-acfc-b1656634c4de = { name = "Chairmarks", path = "C/Chairmarks" } 0ca489f0-7580-4b41-9fdc-1863c852da4c = { name = "TryCatch", path = "T/TryCatch" }