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.7)flock_0.7.zip(r-4.6)flock_0.7.zip(r-4.5)
flock_0.7.tgz(r-4.6-x86_64)flock_0.7.tgz(r-4.6-arm64)flock_0.7.tgz(r-4.5-x86_64)flock_0.7.tgz(r-4.5-arm64)
flock_0.7.tar.gz(r-4.7-arm64)flock_0.7.tar.gz(r-4.7-x86_64)flock_0.7.tar.gz(r-4.6-arm64)flock_0.7.tar.gz(r-4.6-x86_64)
flock_0.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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

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

On CRAN:

Conda:

cpp

7.61 score 10 stars 50 packages 29 scripts 9.4k downloads 2 mentions 3 exports 1 dependencies

Last updated from:195ff7040a. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK99
linux-devel-x86_64OK98
source / vignettesOK156
linux-release-arm64OK116
linux-release-x86_64OK104
macos-release-arm64OK94
macos-release-x86_64OK254
macos-oldrel-arm64OK127
macos-oldrel-x86_64OK395
windows-develOK87
windows-releaseOK85
windows-oldrelOK81
wasm-releaseOK85

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