[Rcpp-commits] r4279 - pkg/RcppArmadillo/inst/unitTests/cpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 12 03:34:00 CET 2013


Author: edd
Date: 2013-03-12 03:33:57 +0100 (Tue, 12 Mar 2013)
New Revision: 4279

Modified:
   pkg/RcppArmadillo/inst/unitTests/cpp/sample.cpp
Log:
brown bag fix


Modified: pkg/RcppArmadillo/inst/unitTests/cpp/sample.cpp
===================================================================
--- pkg/RcppArmadillo/inst/unitTests/cpp/sample.cpp	2013-03-12 02:07:42 UTC (rev 4278)
+++ pkg/RcppArmadillo/inst/unitTests/cpp/sample.cpp	2013-03-12 02:33:57 UTC (rev 4279)
@@ -1,26 +1,28 @@
-#!/usr/bin/r -t
-#
-# Copyright (C) 2012 - 2013  Christian Gunning and Dirk Eddelbuettel
-#
-# This file is part of RcppArmadillo.
-#
-# RcppArmadillo 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, either version 2 of the License, or
-# (at your option) any later version.
-#
-# RcppArmadillo 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 RcppArmadillo.  If not, see <http://www.gnu.org/licenses/>.
+// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*-
+//
+// sample.cpp: RcppArmadillo unit test code for sample() function
+//
+// Copyright (C) 2012 - 2013  Christian Gunning and Dirk Eddelbuettel
+//
+// This file is part of RcppArmadillo.
+//
+// RcppArmadillo 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, either version 2 of the License, or
+// (at your option) any later version.
+//
+// RcppArmadillo 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 RcppArmadillo.  If not, see <http://www.gnu.org/licenses/>.
 
 // [[Rcpp::depends(RcppArmadillo)]]
 #include <RcppArmadillo.h>
 
-#include <add-ons/sample.h>
+#include <RcppArmadilloExtensions/sample.h>
 
 using namespace Rcpp;
 



More information about the Rcpp-commits mailing list