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
URL: https://github.com/mitchelloharawild/fromhere
BugReports: https://github.com/mitchelloharawild/fromhere/issues
RoxygenNote: 7.3.2.9000
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-14 08:18:32 UTC; mitchell
Author: Mitchell O'Hara-Wild [aut, cre]
    (<https://orcid.org/0000-0001-6729-7695>)
Maintainer: Mitchell O'Hara-Wild <mail@mitchelloharawild.com>
Repository: CRAN
Date/Publication: 2025-01-15 10:50:03 UTC
Built: R 4.6.0; ; 2025-08-18 03:28:04 UTC; unix
