Package: checkpoint 1.0.1
checkpoint: Install Packages from Snapshots on the Checkpoint Server for Reproducibility
The goal of checkpoint is to solve the problem of package reproducibility in R. Specifically, checkpoint allows you to install packages as they existed on CRAN on a specific snapshot date as if you had a CRAN time machine. To achieve reproducibility, the checkpoint() function installs the packages required or called by your project and scripts to a local library exactly as they existed at the specified point in time. Only those packages are available to your project, thereby avoiding any package updates that came later and may have altered your results. In this way, anyone using checkpoint's checkpoint() can ensure the reproducibility of your scripts or projects at any time. To create the snapshot archives, once a day (at midnight UTC) Microsoft refreshes the Austria CRAN mirror on the "Microsoft R Archived Network" server (<https://mran.microsoft.com/>). Immediately after completion of the rsync mirror process, the process takes a snapshot, thus creating the archive. Snapshot archives exist starting from 2014-09-17.
Authors:
checkpoint_1.0.1.tar.gz
checkpoint_1.0.1.zip(r-4.5)checkpoint_1.0.1.zip(r-4.4)checkpoint_1.0.1.zip(r-4.3)
checkpoint_1.0.1.tgz(r-4.4-any)checkpoint_1.0.1.tgz(r-4.3-any)
checkpoint_1.0.1.tar.gz(r-4.5-noble)checkpoint_1.0.1.tar.gz(r-4.4-noble)
checkpoint_1.0.1.tgz(r-4.4-emscripten)checkpoint_1.0.1.tgz(r-4.3-emscripten)
checkpoint.pdf |checkpoint.html✨
checkpoint/json (API)
NEWS
# Install 'checkpoint' in R: |
install.packages('checkpoint', repos = c('https://revolutionanalytics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/revolutionanalytics/checkpoint/issues
Last updated 3 years agofrom:e302781f2b. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | NOTE | Nov 03 2024 |
R-4.5-linux | NOTE | Nov 03 2024 |
R-4.4-win | NOTE | Nov 03 2024 |
R-4.4-mac | NOTE | Nov 03 2024 |
R-4.3-win | NOTE | Nov 03 2024 |
R-4.3-mac | NOTE | Nov 03 2024 |
Exports:checkpointcreate_checkpointdelete_all_checkpointsdelete_checkpointlist_mran_snapshotsscan_project_filesuncheckpointuse_checkpointuse_mran_snapshot
Dependencies:callrclicurldescfilelockjsonlitelpSolvepkgbuildpkgcachepkgdependsprocessxpsR6withryamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Install packages from snapshots on the checkpoint server for reproducibility | checkpoint-package |
Configures R session to use packages as they existed on CRAN at time of snapshot. | checkpoint create_checkpoint delete_all_checkpoints delete_checkpoint uncheckpoint use_checkpoint |
Scan R files for package dependencies | scan_project_files |
Utilities for working with MRAN snapshots | list_mran_snapshots use_mran_snapshot |