Skip to content

Commit

Permalink
version 1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Glen Meeden authored and gaborcsardi committed Apr 1, 2011
1 parent 0a48ad7 commit a4c3502
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 17 deletions.
17 changes: 10 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Package: polyapost
Version: 1.1
Date: 2006-03-27
Version: 1.1-1
Date: 2011-04-01
Imports: boot
Title: Simulating from the Polya posterior
Author:Glen Meeden <glen@stat.umn.edu> and Radu Lazar <lazar@stat.umn.edu>
Author: Glen Meeden <glen@stat.umn.edu> and Radu Lazar
<lazar@stat.umn.edu>
Maintainer: Glen Meeden <glen@stat.umn.edu>
Description: Generate dependent samples from a non-full dimensional polytope
via a Markov Chain sampler
License: GPL version 2 or newer
Packaged: Wed Mar 29 11:12:01 2006; glen
Description: Generate dependent samples from a non-full dimensional
polytope via a Markov Chain sampler
License: GPL (>= 2)
Packaged: 2011-04-01 20:29:19 UTC; glen
Repository: CRAN
Date/Publication: 2011-04-03 07:43:21
31 changes: 31 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
e4022fef5870806939a1fc873e43a34e *DESCRIPTION
c76df6367ec5ce07212d916fcc833e16 *NAMESPACE
af205ca09fab4fe4f460b9c4348eb85d *R/checkconstr.R
a24b9132c8639e5deaee307bc7fe9e23 *R/constrmat.R
8d02e6e9a42bcb8f7ab982cedd2626c1 *R/constrppmn.R
011a1e7a2adcf3cfb491295bd5dbe7d9 *R/constrppprob.R
8af116268c5ae7cdd51ffcf32a488be7 *R/cwpolya.R
600fb1c902b0c084e6ccd9aaeea3ff7a *R/feasible.R
c6bdabbb7c3e74638991f0aa7d0f8988 *R/feasible1.R
e90a2fe8385423ec55bb745fe57a3dfb *R/means.R
8d8ddb268afce5ec9658b67bf362220f *R/nullspace.R
bde8037ae45667692d2a889433a73e31 *R/polyaest.R
a1a00e355ceb163ef53365bfca339836 *R/polyap.R
2be02f772609a4f9913e4bf2a30c876d *R/probvect.R
d2d0660f39acf21c1149c4945c4c8b48 *R/probvect1.R
be39dcf61a777387307071ea97d954aa *R/wtpolyap.R
29087fe69e156c49e2c6d99b3ad427de *inst/doc/Makefile
61d6d43b57b59b11a6a859d41bece14e *inst/doc/Rplots.pdf
134ca7abd4d89854e6f9a5e4c4e57ff5 *inst/doc/pp1.Rnw
50e24be4edb99c0d664dba4a5b8c5f59 *inst/doc/pp1.bbl
94fa437f955b148e68f52a7530d3c10d *inst/doc/pp1.pdf
0e923672b7bf7907f550f8cc5ade10d0 *inst/doc/pp1.tex
4388f62ae698c61d4700c06f5e555ecc *inst/doc/ref.bib
3b716132aa2bd8685f02914ffd67b2c1 *man/constrppmn.Rd
bfe800f8e58196f92238b7c95ea743a1 *man/constrppprob.Rd
5b6324e86f7901e956c84d1c78909919 *man/feasible.Rd
70a66177a47ae41060719beac631cc0d *man/polyap.Rd
f3306aed9f43d4ce80ac07816b69a2ed *man/wtpolyap.Rd
98c43e79badf466e944c7eaa15f04f9b *src/cwpolya.c
604cba68ca5c4315ae59cf46bb70a2f6 *src/means.c
e6d55970077153a349b21108fb1da02e *src/probvect.c
16 changes: 6 additions & 10 deletions inst/doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
all: pp1.pdf
pp1.pdf: pp1.tex pp1.bbl pp1.aux
pdflatex pp1

all: pp1.pdf clean

pp1.tex: pp1.Rnw
echo 'Sweave("pp1.Rnw")' | R --no-save --no-restore
pp1.bbl: pp1.tex ref.bib pp1.aux
bibtex pp1
latex pp1
pp1.aux: pp1.tex
latex pp1
$(R_HOME)/bin/R CMD Sweave pp1.Rnw

clean:
rm -f pp1.tex pp1.aux pp1.log pp1.dvi pp1-* Rplots.ps pp1.blg
rm -f *.aux *.log *.dvi *.blg pp1-*.eps pp1-*.pdf Rplots.ps pp1.blg
Binary file added inst/doc/Rplots.pdf
Binary file not shown.
Binary file modified inst/doc/pp1.pdf
Binary file not shown.

0 comments on commit a4c3502

Please sign in to comment.