debian/0002755000000000000000000000000012126152115007164 5ustar debian/source/0002755000000000000000000000000011360772771010503 5ustar debian/source/format0000644000000000000000000000001411360772771011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010511232522771010215 0ustar version=2 http://cran.us.r-project.org/src/contrib/eco_(.*)\.tar\.gz debian/compat0000644000000000000000000000000211232522771010366 0ustar 7 debian/copyright0000644000000000000000000000210511232522771011121 0ustar This package was debianized by Chris Lawrence on January 13, 2006. It was downloaded from http://cran.us.r-project.org/ Upstream Authors: Kosuke Imai , Ying Lu . Copyright: Copyright (C) 2005 Kosuke Imai and Ying Lu. This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/docs0000644000000000000000000000001411232522771010036 0ustar DESCRIPTION debian/rules0000755000000000000000000000065612126151774010263 0ustar #!/usr/bin/make -f # -*- makefile -*- # debian/rules file for the Debian/GNU Linux r-cran-car package # Copyright 2003 by Dirk Eddelbuettel DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk include /usr/share/R/debian/r-cran.mk common-install-arch:: R_any_arch rm -vf $(debRlib)/R.css $(debRlib)/$(cranName)/COPYING clean:: find -name '*.o' -o -name '*.so' -print0 | xargs -r0 rm -f debian/changelog0000644000000000000000000000326412126152110011034 0ustar r-cran-eco (3.1-6-1) unstable; urgency=low * New upstream release. * Rebuild for R 3.0.0. -- Chris Lawrence Sun, 31 Mar 2013 20:26:46 -0400 r-cran-eco (3.1-4-2) unstable; urgency=low * Update dependencies for VR bundle split. -- Chris Lawrence Mon, 12 Apr 2010 23:41:46 -0500 r-cran-eco (3.1-4-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Sat, 25 Jul 2009 01:28:10 -0500 r-cran-eco (3.1-2-1) unstable; urgency=low * New upstream release -- Chris Lawrence Mon, 16 Mar 2009 21:56:37 -0500 r-cran-eco (3.1-1-3) unstable; urgency=low * Rebuild for R 2.7. -- Chris Lawrence Thu, 10 Apr 2008 19:20:35 -0500 r-cran-eco (3.1-1-2) unstable; urgency=low * Rebuild to correct for missing libRblas.so. -- Chris Lawrence Thu, 13 Mar 2008 20:31:44 -0500 r-cran-eco (3.1-1-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Sat, 14 Jul 2007 21:16:06 -0500 r-cran-eco (3.0-2-1) unstable; urgency=low * New upstream release -- Chris Lawrence Sat, 20 Jan 2007 21:40:35 -0600 r-cran-eco (2.2-2-1) unstable; urgency=low * New upstream release. -- Chris Lawrence Wed, 27 Sep 2006 18:15:21 -0500 r-cran-eco (2.2-1-2) unstable; urgency=low * Rebuild for S4 class compatibility; bump build-depends. -- Chris Lawrence Thu, 21 Sep 2006 21:31:27 -0500 r-cran-eco (2.2-1-1) unstable; urgency=low * Initial Release. (Closes: #347880) -- Chris Lawrence Fri, 13 Jan 2006 04:40:19 -0500 debian/control0000644000000000000000000000163112126152015010565 0ustar Source: r-cran-eco Section: gnu-r Priority: optional Maintainer: Chris Lawrence Build-Depends: debhelper (>> 9), r-base-dev (>= 3.0), r-cran-mass, cdbs, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.3 Homepage: http://imai.princeton.edu/research/eco.html Package: r-cran-eco Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, r-cran-mass, ${misc:Depends} Suggests: r-cran-mcmcpack Description: GNU R routines for Bayesian ecological inference This is a set of routines for GNU R that implement Imai and Lu's parametric and nonparametric Bayesian ecological inference algorithms using Markov chain Monte Carlo estimation. Ecological inference is a statistical technique designed to recover individual-level information from aggregate-level data. . The suggested r-cran-mcmcpack package includes other EI estimators that may be useful alternatives to those included in this package.