Package: path.chain
Type: Package
Title: Concise Structure for Chainable Paths
Version: 1.0.0
Authors@R: c( 
    person(given   = "Krzysztof",
           family  = "Joachimiak",
           role    = c("aut", "cre"),
           email   = "joachimiak.krzysztof@gmail.com",
           comment = c(ORCID = "0000-0003-4780-7947")),
    person(given   = "Peter",
           family  = "Wurm",
           role    = c("ctb"))
    )
Description: Provides path_chain class and functions, which facilitates loading and saving 
             directory structure in YAML configuration files via 'config' package. 
             The file structure you created during exploration can be transformed 
             into legible section in the config file, and then easily loaded for further usage.
License: MIT + file LICENSE
Encoding: UTF-8
BugReports: https://github.com/krzjoa/path.chain/issues
URL: https://github.com/krzjoa/path.chain,
        https://krzjoa.github.io/path.chain/
RoxygenNote: 7.3.2
Suggests: testthat (>= 2.1.0), knitr, rmarkdown, config, yaml, fs,
        magrittr, logger
VignetteBuilder: knitr
Imports: rlang, stringi
NeedsCompilation: no
Packaged: 2024-10-08 21:54:48 UTC; Krzysztof.Joachimiak
Author: Krzysztof Joachimiak [aut, cre]
    (<https://orcid.org/0000-0003-4780-7947>),
  Peter Wurm [ctb]
Maintainer: Krzysztof Joachimiak <joachimiak.krzysztof@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-08 22:30:02 UTC
Built: R 4.6.0; ; 2025-10-14 01:26:01 UTC; windows
