-
Notifications
You must be signed in to change notification settings - Fork 44
/
DESCRIPTION
43 lines (43 loc) · 1.2 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
Package: here
Title: A Simpler Way to Find Your Files
Version: 1.0.1.9021
Date: 2024-10-28
Authors@R:
c(person(given = "Kirill",
family = "M\u00fcller",
role = c("aut", "cre"),
email = "kirill@cynkra.com",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "Jennifer",
family = "Bryan",
role = "ctb",
email = "jenny@rstudio.com",
comment = c(ORCID = "0000-0002-6983-2759")))
Description: Constructs paths to your project's files.
Declare the relative path of a file within your project with 'i_am()'.
Use the 'here()' function as a drop-in replacement for 'file.path()',
it will always locate the files relative to your project root.
License: MIT + file LICENSE
URL: https://here.r-lib.org/, https://github.com/r-lib/here
BugReports: https://github.com/r-lib/here/issues
Imports:
rprojroot (>= 2.0.2)
Suggests:
conflicted,
covr,
fs,
knitr,
palmerpenguins,
plyr,
readr,
rlang,
rmarkdown,
testthat,
uuid,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3