debian/0000755000000000000000000000000012161012434007160 5ustar debian/compat0000644000000000000000000000000212161012415010355 0ustar 9 debian/source/0000755000000000000000000000000012161012415010457 5ustar debian/source/format0000644000000000000000000000001412161012415011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023312161012415011027 0ustar r-cran-tgp (2.4-9-1) unstable; urgency=low * Initial release (Closes: #712897) -- Pablo Oliveira Thu, 20 Jun 2013 18:52:00 +0200 debian/control0000644000000000000000000000262512161012415010567 0ustar Source: r-cran-tgp Section: gnu-r Priority: optional Maintainer: Debian Science Maintainers Uploaders: Pablo Oliveira Build-Depends: r-base-dev, xvfb, xauth, xfonts-base, r-base-core, debhelper (>> 4.1.0), cdbs, dpkg-dev (>= 1.16.1) Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/debian-science/packages/r-cran-tgp.git Vcs-Browser: http://git.debian.org/?p=debian-science/packages/r-cran-tgp.git Homepage: http://cran.r-project.org/web/packages/tgp/ Package: r-cran-tgp Architecture: any Depends: ${R:Depends}, ${shlibs:Depends} Description: GNU R package "tgp: Bayesian treed Gaussian process models" Bayesian nonstationary, semiparametric nonlinear regression and design by treed Gaussian processes (GPs) with jumps to the limiting linear model (LLM). Special cases also implemented include Bayesian linear models, CART, treed linear models, stationary separable and isotropic GPs, and GP single-index models. Provides 1-d and 2-d plotting functions (with projection and slice capabilities) and tree drawing, designed for visualization of tgp-class output. Sensitivity analysis and multi-resolution models are supported. Sequential experimental design and adaptive sampling functions are also provided, including ALM, ALC, and expected improvement. The latter supports derivative-free optimization of noisy black-box functions. debian/watch0000644000000000000000000000013712161012415010211 0ustar # watch control file for uscan version=3 http://cran.r-project.org/src/contrib/tgp_(.+).tar.gz debian/rules0000755000000000000000000000040112161012415010232 0ustar #!/usr/bin/make -f # Compile library with the read-only relocation link flag include /usr/share/dpkg/buildflags.mk space := space += makeFlags := "LDFLAGS=$(subst $(space),\$(space),$(LDFLAGS))" debRreposname := cran include /usr/share/R/debian/r-cran.mk debian/copyright0000644000000000000000000000237012161012415011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: tgp Upstream-Contact: Robert B. Gramacy Source: http://cran.r-project.org/web/packages/tgp/ Files: * Copyright: 2005-2013 Robert B. Gramacy and Matt A. Taddy License: LGPL-2.1+ Files: debian/* Copyright: 2013 Pablo Oliveira License: LGPL-2.1+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.