Skip to content

Commit

Permalink
version 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot J B McIntire authored and cran-robot committed Dec 22, 2022
1 parent 178fdf4 commit 37d341b
Show file tree
Hide file tree
Showing 156 changed files with 10,613 additions and 11,136 deletions.
62 changes: 32 additions & 30 deletions DESCRIPTION
@@ -1,24 +1,26 @@
Package: reproducible
Type: Package
Title: A Set of Tools that Enhance Reproducibility Beyond Package
Management
Description: Collection of high-level, machine- and OS-independent tools
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;
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,
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 vastly faster at subsequent times by way of checksums
and digesting. Several features are still under active development, including
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.
advanced options are available, see '?reproducibleOptions()'.
SystemRequirements: 'unrar' (Linux/macOS) or '7-Zip' (Windows) to work
with '.rar' files.
URL: https://reproducible.predictiveecology.org,
https://github.com/PredictiveEcology/reproducible
Date: 2022-11-03
Version: 1.2.11
Date: 2022-12-21
Version: 1.2.16
Authors@R:
c(person(given = "Eliot J B",
family = "McIntire",
Expand All @@ -27,7 +29,7 @@ Authors@R:
comment = c(ORCID = "0000-0002-6914-8316")),
person(given = "Alex M",
family = "Chubaty",
role = "aut",
role = c("aut"),
email = "achubaty@for-cast.ca",
comment = c(ORCID = "0000-0001-7146-8135")),
person(given = "Tati",
Expand All @@ -38,19 +40,19 @@ Authors@R:
person(given = "Ceres",
family = "Barros",
role = "ctb",
email = "cbarros@mail.ubc.ca",
email = "ceres.barros@ubc.ca",
comment = c(ORCID = "0000-0003-4036-977X")),
person(given = "Ian",
family = "Eddy",
role = "ctb",
email = "ian.eddy@nrcan-rncan.gc.ca",
comment = c(ORCID = "0000-0001-7397-2116")),
person(given = "Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
person(given = "His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources Canada",
role = "cph"))
Depends: R (>= 4.0)
Imports: data.table (>= 1.10.4), DBI, digest, fpCompare, glue, lobstr,
magrittr, methods, Require, raster (>= 3.5-15), RSQLite, rlang,
sp (>= 1.4-2), utils
magrittr, methods, raster (>= 3.5-15), RSQLite, rlang, sp (>=
1.4-2), utils
Suggests: covr, crayon, fastdigest, fasterize, future, googledrive,
httr, lwgeom, qs, knitr, parallel, RCurl (>= 1.95-4.8), rgdal,
rmarkdown, sf, stats, terra (>= 1.5-17), testthat
Expand All @@ -60,24 +62,24 @@ License: GPL-3
VignetteBuilder: knitr, rmarkdown
BugReports: https://github.com/PredictiveEcology/reproducible/issues
ByteCompile: yes
Collate: 'DBI.R' 'cache-helpers.R' 'cache-internals.R' 'cache-tools.R'
'robustDigest.R' 'cache.R' 'checksums.R' 'cloud.R' 'cloudOld.R'
'convertPaths.R' 'copy.R' 'download.R' 'gis.R' 'git.R'
'helpers.R' 'objectSize.R' 'options.R' 'packages.R' 'pipe.R'
'postProcess.R' 'postProcessTerra.R' 'preProcess.R'
'prepInputs.R' 'reexports.R' 'reproducible-deprecated.R'
'reproducible-package.R' 'search.R' 'spatialObjects-class.R'
'zzz.R'
RoxygenNote: 7.2.1
Collate: 'DBI.R' 'cache-helpers.R' 'cache-internals.R' 'robustDigest.R'
'cache.R' 'checksums.R' 'cloud.R' 'cloudOld.R' 'convertPaths.R'
'copy.R' 'download.R' 'exportedMethods.R' 'gis.R' 'git.R'
'helpers.R' 'objectSize.R' 'options.R' 'packages.R' 'paths.R'
'pipe.R' 'postProcess.R' 'postProcessTerra.R' 'preProcess.R'
'prepInputs.R' 'reproducible-deprecated.R'
'reproducible-package.R' 'search.R' 'showCacheEtc.R'
'spatialObjects-class.R' 'zzz.R'
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2022-11-07 17:08:11 UTC; achubaty
Packaged: 2022-12-22 05:54:25 UTC; achubaty
Author: Eliot J B McIntire [aut, cre] (<https://orcid.org/0000-0002-6914-8316>),
Alex M Chubaty [aut] (<https://orcid.org/0000-0001-7146-8135>),
Tati Micheletti [ctb] (<https://orcid.org/0000-0003-4838-8342>),
Ceres Barros [ctb] (<https://orcid.org/0000-0003-4036-977X>),
Ian Eddy [ctb] (<https://orcid.org/0000-0001-7397-2116>),
Her Majesty the Queen in Right of Canada, as represented by the
Minister of Natural Resources Canada [cph]
His Majesty the King in Right of Canada, as represented by the Minister
of Natural Resources Canada [cph]
Maintainer: Eliot J B McIntire <eliot.mcintire@canada.ca>
Repository: CRAN
Date/Publication: 2022-11-09 08:40:15 UTC
Date/Publication: 2022-12-22 09:50:02 UTC

0 comments on commit 37d341b

Please sign in to comment.