head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.46
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.44
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.42
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.40
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.38
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.36
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.34
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.32
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.2.0.30
	pkgsrc-2024Q1-base:1.2
	pkgsrc-2023Q4:1.2.0.28
	pkgsrc-2023Q4-base:1.2
	pkgsrc-2023Q3:1.2.0.26
	pkgsrc-2023Q3-base:1.2
	pkgsrc-2023Q2:1.2.0.24
	pkgsrc-2023Q2-base:1.2
	pkgsrc-2023Q1:1.2.0.22
	pkgsrc-2023Q1-base:1.2
	pkgsrc-2022Q4:1.2.0.20
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.18
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.2.0.16
	pkgsrc-2022Q2-base:1.2
	pkgsrc-2022Q1:1.2.0.14
	pkgsrc-2022Q1-base:1.2
	pkgsrc-2021Q4:1.2.0.12
	pkgsrc-2021Q4-base:1.2
	pkgsrc-2021Q3:1.2.0.10
	pkgsrc-2021Q3-base:1.2
	pkgsrc-2021Q2:1.2.0.8
	pkgsrc-2021Q2-base:1.2
	pkgsrc-2021Q1:1.2.0.6
	pkgsrc-2021Q1-base:1.2
	pkgsrc-2020Q4:1.2.0.4
	pkgsrc-2020Q4-base:1.2
	pkgsrc-2020Q3:1.2.0.2
	pkgsrc-2020Q3-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2020.08.09.17.05.12;	author brook;	state Exp;
branches;
next	1.1;
commitid	qC9AjQn0F4fHypjC;

1.1
date	2020.08.07.02.52.56;	author brook;	state Exp;
branches;
next	;
commitid	XgGZNPEliyayU4jC;


desc
@@


1.2
log
@math/R-LearnBayes: remove MASTER_SITES

MASTER_SITES is defined in math/R/Makefile.extension, which should be
included by all R packages.  Therefore, MASTER_SITES should not normally
be defined in the Makefile for an R package.
@
text
@# $NetBSD: Makefile,v 1.1 2020/08/07 02:52:56 brook Exp $

R_PKGNAME=	LearnBayes
R_PKGVER=	2.15.1

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	${R_HOMEPAGE_BASE}/LearnBayes/
COMMENT=	Functions for Learning Bayesian Inference
LICENSE=	gnu-gpl-v2

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@math/R-LearnBayes: import R-LearnBayes-2.15.1

LearnBayes contains a collection of functions helpful in learning the
basic tenets of Bayesian statistical inference.  It contains functions
for summarizing basic one and two parameter posterior distributions
and predictive distributions.  It contains MCMC algorithms for
summarizing posterior distributions defined by the user.  It also
contains functions for regression models, hierarchical models,
Bayesian tests, and illustrations of Gibbs sampling.
@
text
@d1 1
a1 1
# $NetBSD$
d3 2
a4 1
MASTER_SITES=	${MASTER_SITE_R_CRAN:=contrib/}
a10 3
R_PKGNAME=	LearnBayes
R_PKGVER=	2.15.1

@

