[Rcpp-commits] r4305 - in pkg/RcppArmadillo: . debian debian/source
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Apr 6 02:55:08 CEST 2013
Author: edd
Date: 2013-04-06 02:55:08 +0200 (Sat, 06 Apr 2013)
New Revision: 4305
Added:
pkg/RcppArmadillo/debian/
pkg/RcppArmadillo/debian/changelog
pkg/RcppArmadillo/debian/compat
pkg/RcppArmadillo/debian/control
pkg/RcppArmadillo/debian/copyright
pkg/RcppArmadillo/debian/r-cran-rcpparmadillo.lintian-overrides
pkg/RcppArmadillo/debian/rules
pkg/RcppArmadillo/debian/source/
pkg/RcppArmadillo/debian/source/format
pkg/RcppArmadillo/debian/watch
Modified:
pkg/RcppArmadillo/ChangeLog
Log:
RcppArmadillo will be Debian package too (as eg Amelia needs it)
Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog 2013-04-05 12:07:25 UTC (rev 4304)
+++ pkg/RcppArmadillo/ChangeLog 2013-04-06 00:55:08 UTC (rev 4305)
@@ -1,3 +1,7 @@
+2013-04-05 Dirk Eddelbuettel <edd at debian.org>
+
+ * debian/: Package will be added to Debian as well
+
2013-03-29 Dirk Eddelbuettel <edd at debian.org>
* inst/include/RcppArmadilloExtensions/sample.h: Applied another
Added: pkg/RcppArmadillo/debian/changelog
===================================================================
--- pkg/RcppArmadillo/debian/changelog (rev 0)
+++ pkg/RcppArmadillo/debian/changelog 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,7 @@
+r-cran-rcpparmadillo (0.3.800.1-1) unstable; urgency=low
+
+ * Initial Debian release (Closes: #704746)
+
+ -- Dirk Eddelbuettel <edd at debian.org> Fri, 05 Apr 2013 19:47:00 -0500
+
+
Added: pkg/RcppArmadillo/debian/compat
===================================================================
--- pkg/RcppArmadillo/debian/compat (rev 0)
+++ pkg/RcppArmadillo/debian/compat 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1 @@
+7
Added: pkg/RcppArmadillo/debian/control
===================================================================
--- pkg/RcppArmadillo/debian/control (rev 0)
+++ pkg/RcppArmadillo/debian/control 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,37 @@
+Source: r-cran-rcpparmadillo
+Section: gnu-r
+Priority: optional
+Maintainer: Dirk Eddelbuettel <edd at debian.org>
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0), r-cran-rcpp, cdbs
+Standards-Version: 3.9.4
+Homepage: http://dirk.eddelbuettel.com/code/rcpp.armadillo.html
+
+Package: r-cran-rcpparmadillo
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, littler
+Description: GNU R package for Armadillo C++ linear algebra library
+ Armadillo is a templated C++ linear algebra library (by Conrad Sanderson)
+ that aims towards a good balance between speed and ease of use. Integer,
+ floating point and complex numbers are supported, as well as a subset of
+ trigonometric and statistics functions. Various matrix decompositions are
+ provided through optional integration with LAPACK and ATLAS libraries.
+ .
+ A delayed evaluation approach is employed (during compile time) to combine
+ several operations into one, and to reduce (or eliminate) the need for
+ temporaries. This is accomplished through recursive templates and template
+ meta-programming.
+ .
+ This library is useful if C++ has been decided as the language of choice
+ (due to speed and/or integration capabilities), rather than another language.
+ .
+ The RcppArmadillo package includes the header files from the templated
+ Armadillo library (currently version 3.800.1). Thus users do not need to
+ install Armadillo itself in order to use RcppArmadillo.
+ .
+ This Armadillo integration provides a nice illustration of the
+ capabilities of the Rcpp package for seamless R and C++ integration.
+ .
+ Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp
+ bindings/bridge to Armadillo) is licensed under the GNU GPL version 2
+ or later, as is the rest of Rcpp.
+
Added: pkg/RcppArmadillo/debian/copyright
===================================================================
--- pkg/RcppArmadillo/debian/copyright (rev 0)
+++ pkg/RcppArmadillo/debian/copyright 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,79 @@
+This is the Debian GNU/Linux r-cran-rcpparmadillo package of
+RcppArmadillo, an package connect the Armadillo C++ library to R
+(using the Rcpp package). RcppArmadillo was written by Romain
+Francois, Dirk Eddelbuettel and Doug Bates; Armadillo was written by
+Conrad Sanderson.
+
+This package was created by Dirk Eddelbuettel <edd at debian.org>.
+The sources were downloaded from the main CRAN site
+ http://cran.r-project.org/src/contrib/
+and are also available from all CRAN mirrors as e.g.
+ http://cran.us.r-project.org/src/contrib/
+as well the R-Forge SVN host at
+ http://r-forge.r-project.org/projects/rcpp/
+via
+ svn://svn.r-forge.r-project.org/svnroot/rcpp
+
+
+The package was renamed from its upstream name 'RcppArmadillo' to
+'r-cran-rcpparmadillo' to fit the pattern of CRAN (and non-CRAN) packages for
+R.
+
+For RcppArmadillo:
+
+Copyright (C) 2010 - 2013 Dirk Eddelbuettel, Romain Francois and Douglas Bates
+
+License: GPL-2
+
+For Armadillo:
+
+Copyright (C) 2008 - 2013 Conrad Sanderson
+Copyright (C) 2008 - 2013 NICTA (www.nicta.com.au)
+
+License: MPL
+
+
+On a Debian GNU/Linux system, the GPL license (version 2) is included
+in the file /usr/share/common-licenses/GPL-2.
+The MPL license (version 2) is available at http://www.mozilla.org/MPL/2.0/
+
+For reference, the upstream DESCRIPTION file is included below:
+
+ Package: RcppArmadillo
+ Type: Package
+ Title: Rcpp integration for Armadillo templated linear algebra library
+ Version: 0.3.800.1
+ Date: $Date: 2013-03-13 09:27:01 -0500 (Wed, 13 Mar 2013) $
+ Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
+ Maintainer: Dirk Eddelbuettel <edd at debian.org>
+ Description: R and Armadillo integration using Rcpp
+ Armadillo is a templated C++ linear algebra library (by Conrad Sanderson)
+ that aims towards a good balance between speed and ease of use. Integer,
+ floating point and complex numbers are supported, as well as a subset of
+ trigonometric and statistics functions. Various matrix decompositions are
+ provided through optional integration with LAPACK and ATLAS libraries.
+ .
+ A delayed evaluation approach is employed (during compile time) to combine
+ several operations into one, and to reduce (or eliminate) the need for
+ temporaries. This is accomplished through recursive templates and template
+ meta-programming.
+ .
+ This library is useful if C++ has been decided as the language of choice
+ (due to speed and/or integration capabilities), rather than another language.
+ .
+ The RcppArmadillo package includes the header files from the templated
+ Armadillo library (currently version 3.800.1). Thus users do not need to
+ install Armadillo itself in order to use RcppArmadillo.
+ .
+ This Armadillo integration provides a nice illustration of the
+ capabilities of the Rcpp package for seamless R and C++ integration.
+ .
+ Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp
+ bindings/bridge to Armadillo) is licensed under the GNU GPL version 2
+ or later, as is the rest of Rcpp.
+ License: GPL (>= 2)
+ LazyLoad: yes
+ Depends: R (>= 2.14.0), Rcpp (>= 0.10.2)
+ LinkingTo: Rcpp
+ Suggests: inline, RUnit
+ URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.armadillo.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
Added: pkg/RcppArmadillo/debian/r-cran-rcpparmadillo.lintian-overrides
===================================================================
--- pkg/RcppArmadillo/debian/r-cran-rcpparmadillo.lintian-overrides (rev 0)
+++ pkg/RcppArmadillo/debian/r-cran-rcpparmadillo.lintian-overrides 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,79 @@
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RObject.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.XPTr.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.environments.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.evaluator.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.exceptions.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RObject.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.XPTr.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.environments.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.evaluator.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.exceptions.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/convolve2.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/exampleRCode.r
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.CharacterVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.ComplexVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.ExpressionVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Function.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.GenericVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.IntegerVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Language.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.NumericVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Pairlist.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RawVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.S4.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Symbol.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.as.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.wrap.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/discovery/cxx0x.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppDate.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppDatetime.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMatrix.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMatrixView.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppParams.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppResultSet.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppVector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppVectorView.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.clone.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.traits.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-uses-bin-env usr/lib/R/site-library/Rcpp/discovery/cxx0x.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Column.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Matrix.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Row.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.macros.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Argument.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppFrame.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Vector.create.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.DataFrame.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Dimension.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Formula.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.client.package.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Module.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.complex.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Date.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Datetime.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugar.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: executable-not-elf-or-script ./usr/lib/R/site-library/Rcpp/examples/SugarPerformance/sugarBenchmarks.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.RcppMisc.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Vector.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.misc.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.stats.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/buildAndRun.sh
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/ConvolveBenchmarks/overhead.r
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/functionCallback/buildAndRun.sh
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.Module.client.package.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.modref.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.support.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/Misc/ifelseLooped.r
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/OpenMP/OpenMPandInline.r
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.int64.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rcout.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.sugarOps.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/examples/Misc/newFib.r
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.rmath.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.String.R
+r-cran-rcpparmadillo: malformed-override r-cran-rcpp: script-not-executable usr/lib/R/site-library/Rcpp/unitTests/runit.wstring.R
+r-cran-rcpparmadillo: script-not-executable usr/lib/R/site-library/RcppArmadillo/examples/fastLm.r
+r-cran-rcpparmadillo: script-not-executable usr/lib/R/site-library/RcppArmadillo/examples/varSimulation.r
+r-cran-rcpparmadillo: script-not-executable usr/lib/R/site-library/RcppArmadillo/unitTests/runit.RcppArmadillo.R
+r-cran-rcpparmadillo: script-not-executable usr/lib/R/site-library/RcppArmadillo/unitTests/runit.fastLm.R
+r-cran-rcpparmadillo: script-not-executable usr/lib/R/site-library/RcppArmadillo/unitTests/runit.sample.R
Added: pkg/RcppArmadillo/debian/rules
===================================================================
--- pkg/RcppArmadillo/debian/rules (rev 0)
+++ pkg/RcppArmadillo/debian/rules 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux rcpparmadillo package
+# Copyright 2003-2013 by Dirk Eddelbuettel <edd at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: pkg/RcppArmadillo/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: pkg/RcppArmadillo/debian/source/format
===================================================================
--- pkg/RcppArmadillo/debian/source/format (rev 0)
+++ pkg/RcppArmadillo/debian/source/format 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1 @@
+1.0
Added: pkg/RcppArmadillo/debian/watch
===================================================================
--- pkg/RcppArmadillo/debian/watch (rev 0)
+++ pkg/RcppArmadillo/debian/watch 2013-04-06 00:55:08 UTC (rev 4305)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/RcppArmadillo_([-\d\.]*)\.tar.gz
More information about the Rcpp-commits
mailing list