Package: simplextree
Type: Package
Title: Provides Tools for Working with General Simplicial Complexes
Version: 1.0.1
Date: 2020-08-25
Depends: R (>= 3.4.0)
Authors@R: c(
  person("Matt", "Piekenbrock", role = c("cre", "aut"), email = "matt.piekenbrock@gmail.com"),
  person("Jason Cory", "Brunson", role = c("ctb"), email = "cornelioid@gmail.com"),
  person("Howard", "Hinnant", email = "howard.hinnant@gmail.com", role = "cph"))
Maintainer: Matt Piekenbrock <matt.piekenbrock@gmail.com>
Description: Provides an interface to a Simplex Tree data structure, which is 
  a data structure aimed at enabling efficient manipulation of simplicial complexes 
  of any dimension. The Simplex Tree data structure was originally introduced by 
  Jean-Daniel Boissonnat and Clément Maria (2014) <doi:10.1007/s00453-014-9887-3>. 
Language: en-US
License: MIT + file LICENSE
URL: https://github.com/peekxc/simplextree
LinkingTo: Rcpp
Imports: 
    Rcpp (>= 0.12.10),
    methods,
    magrittr
Encoding: UTF-8
LazyData: true
SystemRequirements: C++11
RoxygenNote: 7.1.0
Suggests: 
    testthat,
    knitr,
    rmarkdown,
    covr
