Package: PCMBMkappa
Type: Package
Title: Fast Likelihood Calculation for the BMkappa Phylogenetic Comparative Model
Version: 0.0.1
Authors@R: c(person("Venelin", "Mitov", email = "vmitov@gmail.com",
                 comment = '<a href="https://venelin.github.io">venelin.github.io</a>',
                 role = c("aut", "cre", "cph")))
Maintainer: Venelin Mitov <vmitov@gmail.com>
Description: Implements likelihood calculation for the BMkappa model in R and Rcpp.
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
Repository: CRAN
VignetteBuilder: knitr, rmarkdown
