-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.07 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: conclique
Title: Gibbs Sampling for Spatial Data and Concliques
Version: 0.0.0.9000
Authors@R: c(person("Andee", "Kaplan", email = "ajkaplan@iastate.edu", role = c("aut", "cre")),
person("Daniel", "Nordman", email = "dnordman@iastate.edu", role = c("aut")))
Description: Gibbs sampling for spatial data using Markov Random Fields and concliques.
Currently contains functionality for creating a minimal conclique cover as well as assigning the concliques
to a regular lattice for plotting and simulation purposes. This package is under development and will
include simulation of spatial data using a conclique-based Gibbs sampler.
URL: https://github.com/andeek/conclique
BugReports: https://github.com/andeek/conclique/issues
Encoding: UTF-8
Depends:
R (>= 3.2.2)
Imports:
dplyr,
ggplot2,
igraph,
lazyeval,
tidyr,
Rcpp,
stats
Suggests:
roxygen2,
knitr,
rmarkdown,
scales
License: GPL-3
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.1.2
LinkingTo:
Rcpp,
RcppArmadillo