-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.42 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: greta.gam
Type: Package
Title: Generalised Additive Models in 'greta' using 'mgcv'
Version: 0.2.0.9000
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
LazyData: true
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
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Language: en-GB