Package: flock 0.7
flock: Process Synchronization Using File Locks
Implements synchronization between R processes (spawned by using the "parallel" package for instance) using file locks. Supports both exclusive and shared locking.
Authors:
flock_0.7.tar.gz
flock_0.7.zip(r-4.5)flock_0.7.zip(r-4.4)flock_0.7.zip(r-4.3)
flock_0.7.tgz(r-4.4-x86_64)flock_0.7.tgz(r-4.4-arm64)flock_0.7.tgz(r-4.3-x86_64)flock_0.7.tgz(r-4.3-arm64)
flock_0.7.tar.gz(r-4.5-noble)flock_0.7.tar.gz(r-4.4-noble)
flock_0.7.tgz(r-4.4-emscripten)flock_0.7.tgz(r-4.3-emscripten)
flock.pdf |flock.html✨
flock/json (API)
# Install 'flock' in R: |
install.packages('flock', repos = c('https://ivannp.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ivannp/flock/issues
Last updated 8 years agofrom:195ff7040a. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win-x86_64 | OK | Oct 14 2024 |
R-4.5-linux-x86_64 | OK | Oct 14 2024 |
R-4.4-win-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-x86_64 | OK | Oct 14 2024 |
R-4.4-mac-aarch64 | OK | Oct 14 2024 |
R-4.3-win-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-x86_64 | OK | Oct 14 2024 |
R-4.3-mac-aarch64 | OK | Oct 14 2024 |
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Process synchronization using file locks. | flock-package flock |
Locking/Unlocking | is.locked is.locked,FileLock-method |
Locking/Unlocking | lock |
Locking/Unlocking | unlock unlock,FileLock-method |