Type: Package
Package: tinyVAST
Title: Multivariate Spatio-Temporal Models using Structural Equations
Version: 1.0.0
Date: 2025-03-10
Authors@R: c(
    person(c("James", "T."), "Thorson", , "James.Thorson@noaa.gov", 
	   role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7415-1010")),
    person(c("Sean", "C."), "Anderson", , "sean@seananderson.ca",
           role = c("aut"),
           comment = c(ORCID = "0000-0001-9563-1937")) 
    )
Description: Fits a wide variety of multivariate spatio-temporal models
    with simultaneous and lagged interactions among variables (including
    vector autoregressive spatio-temporal ('VAST') dynamics)
    for areal, continuous, or network spatial domains.  
    It includes time-variable, space-variable, and space-time-variable 
    interactions using dynamic structural equation models ('DSEM') 
    as expressive interface, and the 'mgcv' package to specify splines 
    via the formula interface.  See Thorson et al. (2024)
    <doi:10.48550/arXiv.2401.10193> for more details.
License: GPL-3
Depends: R (>= 4.1.0)
Imports: corpcor, fmesher, igraph, Matrix (>= 1.3.0), methods, mgcv,
        sem, sf, sfnetworks, TMB (>= 1.9.17), units, checkmate, abind,
        sdmTMB
Suggests: dsem (>= 1.1.0), ggplot2, knitr, lattice, mvtnorm, pdp,
        rmarkdown, rnaturalearth, rnaturalearthdata, testthat, tweedie,
        viridisLite, visreg, plyr, DHARMa, glmmTMB, tibble
LinkingTo: RcppEigen, TMB
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://vast-lib.github.io/tinyVAST/
BugReports: https://github.com/vast-lib/tinyVAST/issues
NeedsCompilation: yes
Packaged: 2025-03-10 17:36:28 UTC; James.Thorson
Author: James T. Thorson [aut, cre] (<https://orcid.org/0000-0001-7415-1010>),
  Sean C. Anderson [aut] (<https://orcid.org/0000-0001-9563-1937>)
Maintainer: James T. Thorson <James.Thorson@noaa.gov>
Repository: CRAN
Date/Publication: 2025-03-13 12:40:02 UTC
