-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathDESCRIPTION
32 lines (32 loc) · 901 Bytes
/
DESCRIPTION
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
29
30
31
32
Package: rlist
Type: Package
Title: A Toolbox for Non-Tabular Data Manipulation
Version: 0.4.6.2
Author: Kun Ren <[email protected]>
Maintainer: Kun Ren <[email protected]>
Description: Provides a set of functions for data manipulation with
list objects, including mapping, filtering, grouping, sorting,
updating, searching, and other useful functions. Most functions
are designed to be pipeline friendly so that data processing with
lists can be chained.
Depends:
R (>= 2.15)
Date: 2021-09-02
Suggests:
testthat,
stringdist
Imports:
yaml,
jsonlite,
XML,
data.table
License: MIT + file LICENSE
URL: https://renkun-ken.github.io/rlist/,
https://github.com/renkun-ken/rlist,
https://renkun-ken.github.io/rlist-tutorial/
BugReports: https://github.com/renkun-ken/rlist/issues
Roxygen: list()
ByteCompile: TRUE
LazyData: true
RoxygenNote: 7.2.3
Encoding: UTF-8