Package: batchr 0.0.2.9000
batchr: Batch Process Files
Processes multiple files with a user-supplied function. The key design principle is that only files which were last modified before the directory was configured are processed. A hidden file stores the configuration time and function etc while successfully processed files are automatically touched to update their modification date. As a result batch processing can be stopped and restarted and any files created (or modified or deleted) during processing are ignored.
Authors:
batchr_0.0.2.9000.tar.gz
batchr_0.0.2.9000.zip(r-4.5)batchr_0.0.2.9000.zip(r-4.4)batchr_0.0.2.9000.zip(r-4.3)
batchr_0.0.2.9000.tgz(r-4.4-any)batchr_0.0.2.9000.tgz(r-4.3-any)
batchr_0.0.2.9000.tar.gz(r-4.5-noble)batchr_0.0.2.9000.tar.gz(r-4.4-noble)
batchr_0.0.2.9000.tgz(r-4.4-emscripten)batchr_0.0.2.9000.tgz(r-4.3-emscripten)
batchr.pdf |batchr.html✨
batchr/json (API)
NEWS
# Install 'batchr' in R: |
install.packages('batchr', repos = c('https://poissonconsulting.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/poissonconsulting/batchr/issues
Last updated 20 days agofrom:47741c0846. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | OK | Nov 01 2024 |
R-4.5-linux | OK | Nov 01 2024 |
R-4.4-win | OK | Nov 01 2024 |
R-4.4-mac | OK | Nov 01 2024 |
R-4.3-win | OK | Nov 01 2024 |
R-4.3-mac | OK | Nov 01 2024 |
Exports:batch_cleanupbatch_completedbatch_configbatch_config_readbatch_file_statusbatch_files_remainingbatch_is_cleanbatch_log_readbatch_processbatch_reconfig_filesetbatch_reconfig_funbatch_reportbatch_runbatch_seeds
Dependencies:chkclicodetoolsdigestfurrrfutureglobalsgluehmshmstimerlifecyclelistenvmagrittrparallellypkgconfigpurrrrlangvctrsyesno
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Cleanup Batch Processing | batch_cleanup |
Batch Completed? | batch_completed |
Configure Batch Processing | batch_config |
Read Configuration File | batch_config_read |
Batch File Status | batch_file_status |
Batch Files | batch_files_remaining |
Is Clean | batch_is_clean |
Read Log File | batch_log_read |
Batch File Processing | batch_process |
Reconfigures Batch Processing File Set | batch_reconfig_fileset |
Reconfigures Batch Processing Function | batch_reconfig_fun |
Batch Report | batch_report |
Runs Batch Processing | batch_run |
L'Ecuyer-CMRG Seeds | batch_seeds |