Package: VBTree
Type: Package
Title: Vector Binary Tree to Make Your Data Management More Efficient
Version: 0.1.1
Date: 2024-01-09
Authors@R: c(person("Chen Zhang", role=c("aut", "cre", "cph"),
 email="chen.zhang_06sept@foxmail.com", comment=(ORCID="0009-0007-7689-5030")))
Description: Vector binary tree provides a new data structure, to
 make your data visiting and management more efficient. If the
 data has structured column names, it can read these names and
 factorize them through specific split pattern, then build the mappings
 within double list, vector binary tree, array and tensor mutually, through
 which the batched data processing is achievable easily. The methods of
 array and tensor are also applicable. Detailed methods are described in
 Chen Zhang et al. (2020) <doi:10.35566/isdsa2019c8>.
Imports: tensorA
Depends: R (>= 2.10)
License: GPL-3
URL: https://github.com/CubicZebra/VBTree
BugReports: https://github.com/CubicZebra/VBTree/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-01-11 09:20:13 UTC; Chen
Author: Chen Zhang [aut, cre, cph] (0009-0007-7689-5030)
Maintainer: Chen Zhang <chen.zhang_06sept@foxmail.com>
Repository: CRAN
Date/Publication: 2024-01-12 09:00:13 UTC
Built: R 4.5.2; ; 2025-11-08 02:16:22 UTC; windows
