Package: fs
Title: Cross-Platform File System Operations Based on 'libuv'
Version: 1.5.2
Authors@R: c(
    person("Jim", "Hester", role = "aut"),
    person("Hadley", "Wickham", , "hadley@rstudio.com", "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.
Depends: 
    R (>= 3.1)
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Imports:
    methods
SystemRequirements: GNU make
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
URL: https://fs.r-lib.org, https://github.com/r-lib/fs
BugReports: https://github.com/r-lib/fs/issues
Copyright: file COPYRIGHTS
Suggests: 
    testthat,
    covr,
    pillar (>= 1.0.0),
    tibble (>= 1.1.0),
    crayon,
    rmarkdown,
    knitr,
    withr,
    spelling,
    vctrs (>= 0.3.0)
VignetteBuilder: knitr
Language: en-US
