-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
34 lines (34 loc) · 1.1 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
Package: MRFtools
Version: 0.0-2
Date: 2023-12-08
Title: Tools for Constructing and Plotting Markov Random Fields in R for Graphical Data
Authors@R: c(person(given = "Eric J.", family = "Pedersen",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Gavin L.", family = "Simpson",
email = "[email protected]",
role = c("aut")),
person(given = "Valentin", family = "Lucet",
email = "[email protected]",
role = c("ctb")))
Maintainer: Eric J. Petersen <[email protected]>
Imports:
gratia,
stats,
sf,
ape
Suggests:
testthat,
vdiffr,
mgcv,
gamm4,
sp
Description: Utility functions for using Markov Random Field smooths in Generalized Additive Models fitted with the 'mgcv' package.
License: GPL-3
LazyData: true
URL: https://github.com/eric-pedersen/MRFtools
BugReports: https://github.com/eric-pedersen/MRFtools/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3