Package: PCMBaseCpp
Type: Package
Title: Fast Likelihood Calculation for Phylogenetic Comparative Models
Version: 0.1.5
Authors@R: c(person("Venelin", "Mitov", email = "vmitov@gmail.com",
                 role = c("aut", "cre", "cph")))
Maintainer: Venelin Mitov <vmitov@gmail.com>
Description: Provides a C++ backend for multivariate phylogenetic comparative
  models implemented in the R-package 'PCMBase'. Can be used in combination
  with 'PCMBase' to enable fast and parallel likelihood calculation. Implements
  the pruning likelihood calculation algorithm described in Mitov et al. (2018) 
  <arXiv:1809.09014>. Uses the 'SPLITT' C++ library for parallel tree traversal 
  described in Mitov and Stadler (2018) <doi:10.1111/2041-210X.13136>.
Encoding: UTF-8
License: GPL (>= 3.0)
LazyData: true
Depends: R (>= 3.1.0), Rcpp, methods
Imports: PCMBase, data.table, abind
Suggests: testthat, knitr, rmarkdown, covr
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.1
ByteCompile: yes
NeedsCompilation: yes
URL: https://github.com/venelin/PCMBaseCpp,
        https://venelin.github.io/PCMBase/
BugReports: https://github.com/venelin/PCMBaseCpp/issues
Repository: CRAN
Packaged: 2019-10-02 09:42:59 UTC; vmitov
Author: Venelin Mitov [aut, cre, cph]
Date/Publication: 2019-10-06 12:30:02 UTC
