Package: filelock
Title: Portable File Locking
Version: 1.0.3
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
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
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
