Package: greta.gam
Type: Package
Title: Generalised Additive Models in 'greta' using 'mgcv'
Version: 0.2.0
Authors@R: c(
    person(
      given = "Nick", 
      family = "Golding", 
      email = "nick.golding.research@gmail.com", 
      role = c("aut", "cph"),
      comment = c(ORCID = "0000-0001-8916-5570")
      ),
    person(
      given = "Nicholas", 
      family = "Tierney", 
      email = "nicholas.tierney@gmail.com", 
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0003-1460-8722")
      ),
    person(
      given = "David L", 
      family = "Miller", 
      role = c("aut"),
      email = "dave@ninepointeightone.net"
      )
      )
Description: A 'greta' (Golding (2019) <doi:10.21105/joss.01601>) module that lets you use 'mgcv' smoother functions and formula syntax to define smooth terms for use in a 'greta' model. You can then define your own likelihood to complete the model, and fit it by Markov Chain Monte Carlo (MCMC).
License: Apache License (>= 2)
Imports: cli, mgcv, rlang, stats
Depends: greta (>= 0.5.0), R (>= 4.1.0)
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
URL: https://github.com/greta-dev/greta.gam,
        https://greta-dev.github.io/greta.gam/
BugReports: https://github.com/greta-dev/greta.gam/issues
VignetteBuilder: knitr
Language: en-GB
NeedsCompilation: no
Packaged: 2024-12-17 00:00:37 UTC; nick
Author: Nick Golding [aut, cph] (<https://orcid.org/0000-0001-8916-5570>),
  Nicholas Tierney [aut, cre] (<https://orcid.org/0000-0003-1460-8722>),
  David L Miller [aut]
Maintainer: Nicholas Tierney <nicholas.tierney@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-17 10:40:02 UTC
Built: R 4.3.3; ; 2025-04-07 02:44:43 UTC; windows
