From 2dbec9592e431ecbd45df15893be0b541e170d14 Mon Sep 17 00:00:00 2001 From: sync Date: Sat, 2 Jan 2021 05:42:26 +0000 Subject: [PATCH 01/16] New package: reproducible --- docs/all.json | 11 +++++++++++ docs/by-package/reproducible.json | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/by-package/reproducible.json diff --git a/docs/all.json b/docs/all.json index 092fa9ad..0e052559 100644 --- a/docs/all.json +++ b/docs/all.json @@ -202,6 +202,17 @@ "license": "GPL (>= 2)", "url": ["https://journal.r-project.org/archive/2010-2/RJournal_2010-2_Sariyar+Borg.pdf"] }, + { + "name": "reproducible", + "version": "1.2.4", + "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", + "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", + "date": "2020-12-07", + "maintainer": "Eliot J B McIntire ", + "license": "GPL-3", + "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], + "bugs": "https://github.com/PredictiveEcology/reproducible/issues" + }, { "name": "RJDBC", "version": "0.2-8", diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json new file mode 100644 index 00000000..91ffba2a --- /dev/null +++ b/docs/by-package/reproducible.json @@ -0,0 +1,10 @@ +{ + "version": "1.2.4", + "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", + "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", + "date": "2020-12-07", + "maintainer": "Eliot J B McIntire ", + "license": "GPL-3", + "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], + "bugs": "https://github.com/PredictiveEcology/reproducible/issues" +} From dcfa52fadf53dfb42542eb650d33362c12c22bd2 Mon Sep 17 00:00:00 2001 From: sync Date: Thu, 18 Feb 2021 08:12:09 +0000 Subject: [PATCH 02/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 91ffba2a..7a18d37c 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "1.2.4", + "version": "1.2.6", "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", - "date": "2020-12-07", + "date": "2021-02-17", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From f0cfd43e2ea480dad0af79277a7d4a14ea4b0ed6 Mon Sep 17 00:00:00 2001 From: sync Date: Sat, 29 May 2021 08:56:42 +0000 Subject: [PATCH 03/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 7a18d37c..d0c9b665 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "1.2.6", + "version": "1.2.7", "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", - "date": "2021-02-17", + "date": "2021-05-28", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 0793ee4d11b23e382eb24efbcdad4e4ba40ce192 Mon Sep 17 00:00:00 2001 From: sync Date: Thu, 30 Sep 2021 08:14:45 +0000 Subject: [PATCH 04/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index d0c9b665..3accdc3d 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "1.2.7", + "version": "1.2.8", "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", - "date": "2021-05-28", + "date": "2021-09-26", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From ce72b454a530a9692b789e5cbbacc870f603d8a8 Mon Sep 17 00:00:00 2001 From: sync Date: Fri, 28 Apr 2023 08:18:04 +0000 Subject: [PATCH 05/16] New package: reproducible --- docs/by-package/reproducible.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 3accdc3d..ae1713ad 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "1.2.8", - "title": "A Set of Tools that Enhance Reproducibility Beyond Package Management", - "description": "Collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache and prepInputs; these allow for: nested caching, robust to environments, and objects with environments (like functions); and data retrieval and processing in continuous workflow environments. In all cases, efforts are made to make the first and subsequent calls of functions have the same result, but vastly faster at subsequent times by way of checksums and digesting. Several features are still under active development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions.", - "date": "2021-09-26", + "version": "1.2.16", + "title": "A Set of Tools that Enhance Reproducibility of R Code", + "description": "A collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are 'Cache()' and 'prepInputs()'. `Cache()` allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from `terra` and `raster` packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see '?reproducibleOptions()'.", + "date": "2022-12-22", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From b8f7608dee13361de9aaad4cb9a5333e03721651 Mon Sep 17 00:00:00 2001 From: sync Date: Mon, 8 May 2023 08:14:31 +0000 Subject: [PATCH 06/16] New package: reproducible --- docs/by-package/reproducible.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index ae1713ad..9d09fa71 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "1.2.16", - "title": "A Set of Tools that Enhance Reproducibility of R Code", - "description": "A collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are 'Cache()' and 'prepInputs()'. `Cache()` allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from `terra` and `raster` packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see '?reproducibleOptions()'.", - "date": "2022-12-22", + "version": "2.0.2", + "title": "Enhance Reproducibility of R Code", + "description": "A collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", + "date": "2023-05-07", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 676293d1fa115dd688335a54787ef261b70af186 Mon Sep 17 00:00:00 2001 From: sync Date: Thu, 1 Jun 2023 08:13:20 +0000 Subject: [PATCH 07/16] New package: reproducible --- docs/by-package/reproducible.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 9d09fa71..805f7972 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.2", + "version": "2.0.4", "title": "Enhance Reproducibility of R Code", - "description": "A collection of high-level, machine- and OS-independent tools for making deeply reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-05-07", + "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", + "date": "2023-05-31", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 8587a2f030cff2552a9a646e1be738bd9123194d Mon Sep 17 00:00:00 2001 From: sync Date: Tue, 4 Jul 2023 08:16:31 +0000 Subject: [PATCH 08/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 805f7972..df2b4b61 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.4", + "version": "2.0.5", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-05-31", + "date": "2023-07-03", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 4f809c0d435e43b9c21e2c65d1bcdab5c2cf45be Mon Sep 17 00:00:00 2001 From: sync Date: Tue, 8 Aug 2023 08:14:21 +0000 Subject: [PATCH 09/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index df2b4b61..f46ef96a 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.5", + "version": "2.0.7", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-07-03", + "date": "2023-08-07", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 4d92b0ffe05719b79e875b121656de1ae7976051 Mon Sep 17 00:00:00 2001 From: sync Date: Fri, 25 Aug 2023 08:14:16 +0000 Subject: [PATCH 10/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index f46ef96a..de4b22b6 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.7", + "version": "2.0.8", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-08-07", + "date": "2023-08-23", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 54f2b0ed17c0054959dfba176df91e09950132ba Mon Sep 17 00:00:00 2001 From: sync Date: Fri, 10 Nov 2023 08:14:29 +0000 Subject: [PATCH 11/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index de4b22b6..1aff4493 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.8", + "version": "2.0.9", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-08-23", + "date": "2023-11-09", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 99cab19c69b2a8f627899c638c9b0d1bb48ded8f Mon Sep 17 00:00:00 2001 From: sync Date: Wed, 22 Nov 2023 08:14:41 +0000 Subject: [PATCH 12/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 1aff4493..536253c8 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.9", + "version": "2.0.10", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-11-09", + "date": "2023-11-22", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From f72fa6aaca015ffc81f2b9c47852c3e475df9d42 Mon Sep 17 00:00:00 2001 From: sync Date: Sun, 31 Mar 2024 08:14:06 +0000 Subject: [PATCH 13/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 536253c8..85ab0f06 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.10", + "version": "2.0.11", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2023-11-22", + "date": "2024-03-30", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From c44703359fb1a0b43547e39476a4e8d957f3b3ec Mon Sep 17 00:00:00 2001 From: sync Date: Tue, 16 Apr 2024 08:14:03 +0000 Subject: [PATCH 14/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 85ab0f06..271a39e3 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.11", + "version": "2.0.12", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2024-03-30", + "date": "2024-04-15", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From d72959f7d393b3dd5cdafb6d281843a6667edbf8 Mon Sep 17 00:00:00 2001 From: sync Date: Thu, 30 May 2024 08:15:10 +0000 Subject: [PATCH 15/16] New package: reproducible --- docs/by-package/reproducible.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index 271a39e3..cacdcb4c 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.0.12", + "version": "2.1.0", "title": "Enhance Reproducibility of R Code", "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2024-04-15", + "date": "2024-05-30", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"], From 6a75dc2e05b71d05db6374d81d8cf29ffe8421f0 Mon Sep 17 00:00:00 2001 From: sync Date: Thu, 12 Dec 2024 08:19:20 +0000 Subject: [PATCH 16/16] New package: reproducible --- docs/by-package/reproducible.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/by-package/reproducible.json b/docs/by-package/reproducible.json index cacdcb4c..0bdb3f7e 100644 --- a/docs/by-package/reproducible.json +++ b/docs/by-package/reproducible.json @@ -1,8 +1,8 @@ { - "version": "2.1.0", + "version": "2.1.2", "title": "Enhance Reproducibility of R Code", - "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and has deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects, allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", - "date": "2024-05-30", + "description": "A collection of high-level, machine- and OS-independent tools for making reproducible and reusable content in R. The two workhorse functions are Cache() and prepInputs(). Cache() allows for nested caching, is robust to environments and objects with environments (like functions), and deals with some classes of file-backed R objects e.g., from terra and raster packages. Both functions have been developed to be foundational components of data retrieval and processing in continuous workflow situations. In both functions, efforts are made to make the first and subsequent calls of functions have the same result, but faster at subsequent times by way of checksums and digesting. Several features are still under development, including cloud storage of cached objects allowing for sharing between users. Several advanced options are available, see ?reproducibleOptions().", + "date": "2024-12-12", "maintainer": "Eliot J B McIntire ", "license": "GPL-3", "url": ["https://reproducible.predictiveecology.org", "https://github.com/PredictiveEcology/reproducible"],