Package: uniqueAtomMat
Version: 0.1-3-2
Date: 2017-07-08
Title: Finding Unique or Duplicated Rows or Columns for Atomic Matrices
Authors@R: person("Long", "Qu", role=c("aut", "cre"), email="rtistician@gmail.com")
Depends: R (>= 3.4.0)
Enhances: base
Suggests: microbenchmark
Description: An alternative implementation of base::duplicated.matrix(), base:anyDuplicated.matrix() and base::unique.matrix() for matrices of atomic mode, avoiding the time consuming collapse of the matrix into a character vector. An extra grpDuplicated() function is added, which groups duplicated elements together. 
License: GPL (>= 2)
NeedsCompilation: yes
URL: https://github.com/gitlongor/uniqueAtomMat
BugReports: https://github.com/gitlongor/uniqueAtomMat/issues
Biarch: yes
Packaged: 2017-07-08 13:56:43 UTC; centos
Author: Long Qu [aut, cre]
Maintainer: Long Qu <rtistician@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-08 22:48:38 UTC
