Package: fromhere Title: File Paths Relative to Project Roots Version: 0.1.0 Authors@R: c(person(given = "Mitchell", family = "O'Hara-Wild", role = c("aut", "cre"), email = "mail@mitchelloharawild.com", comment = c(ORCID = "0000-0001-6729-7695"))) Description: Provides a set of helper functions for constructing file paths relative to the root of various types of projects, such as R packages, Git repositories, and more. File paths are specified with function arguments, or `$` to navigate into folders to specific files supported by auto-completion. License: MIT + file LICENSE Imports: rprojroot, utils Suggests: here, knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) URL: https://github.com/mitchelloharawild/fromhere BugReports: https://github.com/mitchelloharawild/fromhere/issues RoxygenNote: 7.3.2.9000 VignetteBuilder: knitr Repository: https://mitchelloharawild.r-universe.dev Date/Publication: 2025-01-14 07:52:40 UTC RemoteUrl: https://github.com/mitchelloharawild/fromhere RemoteRef: HEAD RemoteSha: 75eaaf56ef12e23d3d5672275041ac0800beeca4 NeedsCompilation: no Packaged: 2026-06-15 11:28:09 UTC; root Author: Mitchell O'Hara-Wild [aut, cre] (ORCID: ) Maintainer: Mitchell O'Hara-Wild