Package: slash Type: Package Title: Path-Based Access and Manipulation of Nested Lists Version: 0.2.0 Authors@R: person(given = "Mohamed El Fodil", family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com") Description: Allows users to list data structures using path-based navigation. Provides intuitive methods for storing, accessing, and manipulating nested data through simple path strings. Key features include strict mode validation, path existence checking, recursive operations, and automatic parent-level creation. Designed for use cases requiring organized storage of complex nested data while maintaining simple access patterns. Particularly useful for configuration management, nested settings, and any application where data naturally forms a tree-like structure. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/feddelegrand7/slash, https://feddelegrand7.github.io/slash/ BugReports: https://github.com/feddelegrand7/slash/issues Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 RoxygenNote: 7.3.1 Imports: R6 Repository: https://feddelegrand7.r-universe.dev Date/Publication: 2025-09-08 07:37:49 UTC RemoteUrl: https://github.com/feddelegrand7/slash RemoteRef: HEAD RemoteSha: c4dec257b355938c67837978930bf7e0d6507a59 NeedsCompilation: no Packaged: 2026-06-05 08:23:55 UTC; root Author: Mohamed El Fodil Ihaddaden [aut, cre] Maintainer: Mohamed El Fodil Ihaddaden