Package: fs
Title: Cross-Platform File System Operations Based on 'libuv'
Version: 1.4.2
Authors@R: c(
    person("Jim", "Hester", email = "james.f.hester@gmail.com", role = c("aut", "cre")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
    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: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Imports: methods
SystemRequirements: GNU make
RoxygenNote: 7.1.1
URL: http://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
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2020-06-30 13:21:06 UTC; jhester
Author: Jim Hester [aut, cre],
  Hadley Wickham [aut],
  libuv project contributors [cph] (libuv library),
  Joyent, Inc. and other Node contributors [cph] (libuv library),
  RStudio [cph, fnd]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-30 14:40:02 UTC
