Removing blanks.

This commit is contained in:
Alen Kansakar 2017-08-08 14:21:08 -05:00
parent 29fd896179
commit c1f3ed6f67

View File

@ -29,7 +29,7 @@
class Jags(AutotoolsPackage): class Jags(AutotoolsPackage):
"""JAGS is Just Another Gibbs Sampler. It is a program for analysis of """JAGS is Just Another Gibbs Sampler. It is a program for analysis of
Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC)
simulation not wholly unlike BUGS""" simulation not wholly unlike BUGS"""
homepage = "http://mcmc-jags.sourceforge.net/" homepage = "http://mcmc-jags.sourceforge.net/"
url = "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.2.0.tar.gz" url = "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.2.0.tar.gz"