Other packages > Find by keyword >

reproducible  

Enhance Reproducibility of R Code
View on CRAN: Click here


Download and install reproducible package within the R console
Install from CRAN:
install.packages("reproducible")

Install from Github:
library("remotes")
install_github("cran/reproducible")

Install by package version:
library("remotes")
install_version("reproducible", "2.1.2")



Attach the package and use:
library("reproducible")
Maintained by
Eliot J B McIntire
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-08-05
Latest Update: 2023-11-22
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().
How to cite:
Eliot J B McIntire (2017). reproducible: Enhance Reproducibility of R Code. R package version 2.1.2, https://cran.r-project.org/web/packages/reproducible. Accessed 21 Dec. 2024.
Previous versions and publish date:
0.1.1 (2017-08-05 12:43), 0.1.2 (2017-08-09 19:34), 0.1.3 (2017-08-11 00:08), 0.1.4 (2018-01-25 13:24), 0.2.0 (2018-06-17 19:30), 0.2.1 (2018-07-07 17:40), 0.2.2 (2018-08-01 10:30), 0.2.3 (2018-08-07 20:40), 0.2.5 (2018-11-16 10:30), 0.2.6 (2019-02-01 09:20), 0.2.7 (2019-03-07 07:50), 0.2.8 (2019-03-18 19:20), 0.2.9 (2019-07-09 13:50), 0.2.10 (2019-09-12 00:40), 0.2.11 (2019-11-19 11:00), 1.0.0 (2020-02-20 18:30), 1.1.0 (2020-05-15 16:20), 1.1.1 (2020-05-20 07:10), 1.2.0 (2020-08-03 12:50), 1.2.1 (2020-08-18 09:20), 1.2.4 (2020-12-07 16:50), 1.2.6 (2021-02-17 18:20), 1.2.7 (2021-05-28 19:40), 1.2.8 (2021-09-26 18:40), 1.2.10 (2022-08-17 10:50), 1.2.11 (2022-11-09 09:40), 1.2.16 (2022-12-22 10:50), 2.0.2 (2023-05-07 07:00), 2.0.4 (2023-05-31 19:00), 2.0.5 (2023-07-03 09:00), 2.0.7 (2023-08-07 20:30), 2.0.8 (2023-08-23 23:40), 2.0.9 (2023-11-09 15:40), 2.0.10 (2023-11-22 05:40), 2.0.11 (2024-03-30 08:20), 2.0.12 (2024-04-15 21:10), 2.1.0 (2024-05-30 02:20)
Other packages that cited reproducible R package
View reproducible citation profile
Other R packages that reproducible depends, imports, suggests or enhances
Complete documentation for reproducible
Functions, R codes and Examples using the reproducible R package
Some associated functions: Cache . CacheDigest . CacheGeo . CacheHelpers . Checksums . Copy . Filenames . Path-class . archiveExtractBinary . assessDataType . basename2 . checkAndMakeCloudFolderID . checkPath . checkRelative . cloudDownload . cloudUploadFromCache . compareNA . convertPaths . copyFile . debugCache . deprecated . determineFilename . digest . dlGeneric . dlGoogle . dot-file.move . dot-formalsNotInCurrentDots . dot-removeCacheAtts . dot-requireNamespace . dotWrap . downloadFile . downloadRemote . exportedMethods . extractFromArchive . fastMask . fixErrorsIn . grepSysCalls . guessAtTarget . internetExists . isInteractive . isUpdated . isWindows . linkOrCopy . listFilesInArchive . mergeCache . messageColoured . movedCache . normPath . objSize . paddedFloatToChar . pkgEnv . postProcess . postProcessTo . preProcess . prefix . prepInputs . prepareFileBackedRaster . purge . rasterRead . relativePaths . reproducible-package . reproducibleOptions . retry . robustDigest . saveToCache . search . set.randomseed . setSubAttrInList . studyAreaName . tempdir2 . tempfile2 . terra-migration . testForArchiveExtract . unrarPath . viewCache . writeFuture . 
Some associated R codes: DBI.R . cache-helpers.R . cache-internals.R . cache.R . cacheGeo.R . checksums.R . cloud.R . convertPaths.R . copy.R . download.R . exportedMethods.R . gis.R . helpers.R . messages.R . objectSize.R . options.R . packages.R . paths.R . pipe.R . postProcess.R . postProcessTo.R . preProcess.R . prepInputs.R . reproducible-deprecated.R . reproducible-package.R . robustDigest.R . search.R . showCacheEtc.R . spatialObjects-class.R . terra-migration.R . zzz.R .  Full reproducible package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

helda  
Preprocess Data and Get Better Insights from Machine Learning Models
The main focus is on preprocessing and data visualization of machine learning models performances.So ...
Download / Learn more Package Citations See dependency  
batteryreduction  
An R Package for Data Reduction by Battery Reduction
Battery reduction is a method used in data reduction. It uses Gram-Schmidt orthogonal rotations to f ...
Download / Learn more Package Citations See dependency  
SEIRfansy  
Extended Susceptible-Exposed-Infected-Recovery Model
Extended Susceptible-Exposed-Infected-Recovery Model for handling high false negative rate and symp ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
condGEE  
Parameter Estimation in Conditional GEE for Recurrent Event Gap Times
Solves for the mean parameters, the variance parameter, and their asymptotic variance in a condition ...
Download / Learn more Package Citations See dependency  
CIFsmry  
Weighted summary of cumulative incidence functions
Estimate of cumulative incidence function in two samples. Provide weighted summary statistics based ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA