Package: phylosem
Type: Package
Title: Phylogenetic Structural Equation Model
Version: 1.0.2
Date: 2023-09-22
Authors@R: 
    c(person(given = "James",
             family = "Thorson",
             role = c("aut", "cre"),
             email = "James.Thorson@noaa.gov",
             comment = c(ORCID = "0000-0001-7415-1010")),
      person(given = "Wouter",
             family = "van der Bijl",
             role = c("ctb"),
             email = "wouter@zoology.ubc.ca",
             comment = c(ORCID = "0000-0002-7366-1868"))
    )
Imports: sem, ape, phylobase, phylopath
Depends: TMB, R (>= 4.0.0),
Suggests: semPlot, TreeTools, Rphylopars, phylolm, phyr, knitr,
        rmarkdown, ggplot2, testthat
Enhances: phytools, DiagrammeR
LinkingTo: RcppEigen, TMB
Description: Applies phylogenetic comparative methods (PCM) and phylogenetic trait imputation using 
    structural equation models (SEM), extending methods from Thorson et al. (2023) <doi:10.1111/2041-210X.14076>.  
    This implementation includes a minimal set of features, to 
    allow users to easily read all of the documentation and source code.  PCM using SEM 
    includes phylogenetic linear models and structural equation models as nested submodels, 
    but also allows imputation of missing values.  Features and comparison with other packages
    are described in Thorson and van der Bijl (In revisions). 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2023-09-22 21:19:22 UTC; James.Thorson
Author: James Thorson [aut, cre] (<https://orcid.org/0000-0001-7415-1010>),
  Wouter van der Bijl [ctb] (<https://orcid.org/0000-0002-7366-1868>)
Maintainer: James Thorson <James.Thorson@noaa.gov>
Repository: CRAN
Date/Publication: 2023-09-22 21:50:02 UTC
