# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "slash" in publications use:' type: software license: MIT title: 'slash: Path-Based Access and Manipulation of Nested Lists' version: 0.2.0 doi: 10.32614/CRAN.package.slash abstract: 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. authors: - family-names: Ihaddaden given-names: Mohamed El Fodil email: ihaddaden.fodeil@gmail.com repository: https://feddelegrand7.r-universe.dev repository-code: https://github.com/feddelegrand7/slash commit: c4dec257b355938c67837978930bf7e0d6507a59 url: https://feddelegrand7.github.io/slash/ date-released: '2025-09-08' contact: - family-names: Ihaddaden given-names: Mohamed El Fodil email: ihaddaden.fodeil@gmail.com