Package: VBTree
Type: Package
Title: Vector Binary Tree to Make Your Data Management More Efficient
Version: 0.1.0
Date: 2018-09-05
Author: ZHANG Chen
Maintainer: ZHANG Chen <447974102@qq.com>
Description: Provides a new data structure, vector binary tree, to make
  your data visiting and management more efficient. if your data has
  very structurized column names with specific connecting pattern, it can 
  read, split, and factorize these names, then build the mapping from all
  string objects to an array or tensor, through vector binary tree, by
  which the batched data processing can be implemented easily. The methods
  of array and tensor are also applicable.
Imports: tensorA
Depends: R (>= 2.10)
License: GPL-3
URL: https://github.com/CubicZebra/VBTree
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-09-10 12:06:20 UTC; chen_zhang
Repository: CRAN
Date/Publication: 2018-09-16 18:10:09 UTC
Built: R 4.0.2; ; 2020-07-15 21:23:38 UTC; unix
