Package: filelock Title: Portable File Locking Version: 1.0.3.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems. License: MIT + file LICENSE URL: https://r-lib.github.io/filelock/, https://github.com/r-lib/filelock BugReports: https://github.com/r-lib/filelock/issues Depends: R (>= 3.4) Suggests: callr (>= 2.0.0), covr, testthat (>= 3.0.0) Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-29 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 06:46:47 UTC RemoteUrl: https://github.com/r-lib/filelock RemoteRef: HEAD RemoteSha: 834b3d6fb2aff755917954478cb7a6063673d5c0 NeedsCompilation: yes Packaged: 2026-06-23 16:20:15 UTC; root Author: Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Gábor Csárdi