diff --git a/R/ReproducibleLiteratePage/Compat.toml b/R/ReproducibleLiteratePage/Compat.toml new file mode 100644 index 000000000000000..109630aded11eb2 --- /dev/null +++ b/R/ReproducibleLiteratePage/Compat.toml @@ -0,0 +1,5 @@ +[0] +DocStringExtensions = "0.7-0.9" +Literate = "2" +Tar = "1" +julia = "1.6.0-1" diff --git a/R/ReproducibleLiteratePage/Deps.toml b/R/ReproducibleLiteratePage/Deps.toml new file mode 100644 index 000000000000000..32754fe6061d3a5 --- /dev/null +++ b/R/ReproducibleLiteratePage/Deps.toml @@ -0,0 +1,5 @@ +[0] +DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" +Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Tar = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e" diff --git a/R/ReproducibleLiteratePage/Package.toml b/R/ReproducibleLiteratePage/Package.toml new file mode 100644 index 000000000000000..1418d38e5dc901d --- /dev/null +++ b/R/ReproducibleLiteratePage/Package.toml @@ -0,0 +1,3 @@ +name = "ReproducibleLiteratePage" +uuid = "963ca19c-1af9-4710-a933-a2a16c7180a2" +repo = "https://github.com/tpapp/ReproducibleLiteratePage.jl.git" diff --git a/R/ReproducibleLiteratePage/Versions.toml b/R/ReproducibleLiteratePage/Versions.toml new file mode 100644 index 000000000000000..d553f7cf0fe7978 --- /dev/null +++ b/R/ReproducibleLiteratePage/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "098a443a97ca82a3612116f0b8ecaa471e2cddf2" diff --git a/Registry.toml b/Registry.toml index 29c45cf89ce4027..bf5ec7aed6698f6 100644 --- a/Registry.toml +++ b/Registry.toml @@ -4928,6 +4928,7 @@ some amount of consideration when choosing package names. 962f5c4a-ca9e-56d3-a659-14f0d9baaf78 = { name = "FEMBeam", path = "F/FEMBeam" } 96374032-68de-5a5b-8d9e-752f78720389 = { name = "CRlibm", path = "C/CRlibm" } 96374992-6a10-11e9-2fa0-73472aac04df = { name = "ApplicationBuilderAppUtils", path = "A/ApplicationBuilderAppUtils" } +963ca19c-1af9-4710-a933-a2a16c7180a2 = { name = "ReproducibleLiteratePage", path = "R/ReproducibleLiteratePage" } 963d7961-7533-4a80-bf6b-d3653d506006 = { name = "ExtraFun", path = "E/ExtraFun" } 965ce0a6-fda6-11e9-2ec6-215e9e726cc7 = { name = "Tower", path = "T/Tower" } 9663349c-1c87-11ea-291d-bd81f86a413c = { name = "MathieuFunctions", path = "M/MathieuFunctions" }