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:Ivan Popivanov

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'))

Peer review:

Bug tracker:https://github.com/ivannp/flock/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

6.33 score 10 stars 22 packages 14 scripts 2.3k downloads 2 mentions 3 exports 1 dependencies

Last updated 8 years agofrom:195ff7040a. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 14 2024
R-4.5-win-x86_64OKOct 14 2024
R-4.5-linux-x86_64OKOct 14 2024
R-4.4-win-x86_64OKOct 14 2024
R-4.4-mac-x86_64OKOct 14 2024
R-4.4-mac-aarch64OKOct 14 2024
R-4.3-win-x86_64OKOct 14 2024
R-4.3-mac-x86_64OKOct 14 2024
R-4.3-mac-aarch64OKOct 14 2024

Exports:is.lockedlockunlock

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Process synchronization using file locks.flock-package flock
Locking/Unlockingis.locked is.locked,FileLock-method
Locking/Unlockinglock
Locking/Unlockingunlock unlock,FileLock-method