-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: fs
Title: Cross-Platform File System Operations Based on 'libuv'
Version: 1.5.2.9000
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