Package: here Title: A Simpler Way to Find Your Files Version: 1.0.2.9011 Date: 2026-05-24 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.1.0) Suggests: conflicted, covr, fs, knitr, palmerpenguins, plyr, readr, rlang, rmarkdown, testthat, uuid, withr VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/testthat/edition: 3 Config/Needs/website: tidyverse/tidytemplate Config/roxygen2/version: 8.0.0.9000 Repository: https://cynkra.r-universe.dev Date/Publication: 2026-05-24 04:51:10 UTC RemoteUrl: https://github.com/r-lib/here RemoteRef: HEAD RemoteSha: 2ee53763e7b70a4a8536a860d93a0575eb7b5cb7 NeedsCompilation: no Packaged: 2026-06-08 05:40:35 UTC; root Author: Kirill Müller [aut, cre] (ORCID: ), Jennifer Bryan [ctb] (ORCID: ) Maintainer: Kirill Müller