Package: fs
Title: Cross-Platform File System Operations Based on 'libuv'
Version: 1.6.1
Authors@R: c(
    person("Jim", "Hester", role = "aut"),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("libuv project contributors", role = "cph",
           comment = "libuv library"),
    person("Joyent, Inc. and other Node contributors", role = "cph",
           comment = "libuv library"),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: A cross-platform interface to file system operations, built
    on top of the 'libuv' C library.
License: MIT + file LICENSE
URL: https://fs.r-lib.org,
    https://github.com/r-lib/fs,
    https://fs.r-lib.org/
BugReports: https://github.com/r-lib/fs/issues
Depends: 
    R (>= 3.4)
Imports:
    methods
Suggests: 
    covr,
    crayon,
    knitr,
    pillar (>= 1.0.0),
    rmarkdown,
    spelling,
    testthat (>= 3.0.0),
    tibble (>= 1.1.0),
    vctrs (>= 0.3.0),
    withr
VignetteBuilder: 
    knitr
ByteCompile: true
Copyright: file COPYRIGHTS
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
SystemRequirements: GNU make
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
