-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
34 lines (34 loc) · 1004 Bytes
/
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
Package: rprojroot
Title: Finding Files in Project Subdirectories
Version: 2.0.4.9007
Authors@R:
person(given = "Kirill",
family = "M\u00fcller",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1416-3412"))
Description: Robust, reliable and flexible paths to files below
a project root. The 'root' of a project is defined as a directory that
matches a certain criterion, e.g., it contains a certain regular file.
License: MIT + file LICENSE
URL: https://rprojroot.r-lib.org/,
https://github.com/r-lib/rprojroot
BugReports: https://github.com/r-lib/rprojroot/issues
Depends:
R (>= 3.0.0)
Suggests:
covr,
knitr,
lifecycle,
rlang,
rmarkdown,
testthat (>= 3.2.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE, load = "source")
RoxygenNote: 7.3.2.9000
Config/autostyle/scope: line_breaks
Config/autostyle/strict: true