-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
LazyData: true
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