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
DESCRIPTION
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.53 score 10 stars 52 packages 29 scripts 7.5k downloads 2 mentions 3 exports 1 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK120
linux-devel-x86_64OK109
source / vignettesOK203
linux-release-arm64OK112
linux-release-x86_64OK102
macos-release-arm64OK246
macos-release-x86_64OK242
macos-oldrel-arm64OK143
macos-oldrel-x86_64OK326
windows-develOK80
windows-releaseOK107
windows-oldrelOK94
wasm-releaseOK146

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