-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.28 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
Package: mrf2d
Type: Package
Title: Markov Random Field Models for Image Analysis
Version: 1.0.1
Authors@R:
person("Victor", "Freguglia", email = "victorfreguglia@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6189-4453"))
Maintainer: Victor Freguglia <victorfreguglia@gmail.com>
Description: Model fitting, sampling and visualization
for the (Hidden) Markov Random Field model with pairwise interactions and
general interaction structure from
Freguglia, Garcia & Bicas (2020) <doi:10.1002/env.2613>,
which has many popular models used in 2-dimensional lattices
as particular cases, like the Ising Model and Potts Model.
A complete manuscript describing the package is available in
Freguglia & Garcia (2022) <doi:10.18637/jss.v101.i08>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 1.0.1),
dplyr(>= 0.8.1),
tidyr,
methods,
ggplot2,
Rdpack
Depends: R (>= 3.5.0)
LinkingTo: Rcpp,
RcppArmadillo
Roxygen: list(markdown = TRUE)
RdMacros: Rdpack
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown,
glue
VignetteBuilder: knitr
URL: https://github.com/Freguglia/mrf2d
BugReports: https://github.com/Freguglia/mrf2d/issues