freebsd-ports/math/R-cran-mcmc/Makefile
TAKATSU Tomonari a9e57d0160 - Add new port: math/R-cran-mcmc
Simulates continuous distributions of random vectors using Markov
  chain Monte Carlo (MCMC). Users specify the distribution by an R
  function that evaluates the log unnormalized density. Algorithms
  are random walk Metropolis algorithm (function metrop), simulated
  tempering (function temper), and morphometric random walk Metropolis
  (Johnson and Geyer, Annals of Statistics, 2012, function morph.metrop),
  which achieves geometric ergodicity by change of variable.

  WWW: https://cran.r-project.org/web/packages/mcmc/
2016-07-14 09:26:42 +00:00

16 lines
285 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= mcmc
DISTVERSION= 0.9-4
CATEGORIES= math
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Markov Chain Monte Carlo
LICENSE= MIT
USES= cran:compiles,auto-plist
.include <bsd.port.mk>