[Rcpp-commits] r1072 - in pkg/Rcpp/inst/unitTests/RcppTestB: R man src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 18 23:25:26 CEST 2010
Author: romain
Date: 2010-04-18 23:25:26 +0200 (Sun, 18 Apr 2010)
New Revision: 1072
Modified:
pkg/Rcpp/inst/unitTests/RcppTestB/R/rcpp_hello_world.R
pkg/Rcpp/inst/unitTests/RcppTestB/man/RcppTestB-package.Rd
pkg/Rcpp/inst/unitTests/RcppTestB/src/rcpp_hello_world.h
Log:
new test package
Modified: pkg/Rcpp/inst/unitTests/RcppTestB/R/rcpp_hello_world.R
===================================================================
--- pkg/Rcpp/inst/unitTests/RcppTestB/R/rcpp_hello_world.R 2010-04-18 21:23:36 UTC (rev 1071)
+++ pkg/Rcpp/inst/unitTests/RcppTestB/R/rcpp_hello_world.R 2010-04-18 21:25:26 UTC (rev 1072)
@@ -1,3 +1,3 @@
rcpp_hello_world <- function(){
- .Call( "rcpp_hello_world", PACKAGE = "RcppTestA" )
+ .Call( "rcpp_hello_world", PACKAGE = "RcppTestB" )
}
Modified: pkg/Rcpp/inst/unitTests/RcppTestB/man/RcppTestB-package.Rd
===================================================================
--- pkg/Rcpp/inst/unitTests/RcppTestB/man/RcppTestB-package.Rd 2010-04-18 21:23:36 UTC (rev 1071)
+++ pkg/Rcpp/inst/unitTests/RcppTestB/man/RcppTestB-package.Rd 2010-04-18 21:25:26 UTC (rev 1072)
@@ -1,6 +1,6 @@
-\name{RcppTestA-package}
-\alias{RcppTestA-package}
-\alias{RcppTestA}
+\name{RcppTestB-package}
+\alias{RcppTestB-package}
+\alias{RcppTestB}
\docType{package}
\title{
Dummy package part of Rcpp unit tests
@@ -10,7 +10,7 @@
}
\details{
\tabular{ll}{
-Package: \tab RcppTestA\cr
+Package: \tab RcppTestB\cr
Type: \tab Package\cr
Version: \tab 1.0\cr
Date: \tab 2010-04-10\cr
Modified: pkg/Rcpp/inst/unitTests/RcppTestB/src/rcpp_hello_world.h
===================================================================
--- pkg/Rcpp/inst/unitTests/RcppTestB/src/rcpp_hello_world.h 2010-04-18 21:23:36 UTC (rev 1071)
+++ pkg/Rcpp/inst/unitTests/RcppTestB/src/rcpp_hello_world.h 2010-04-18 21:25:26 UTC (rev 1072)
@@ -1,5 +1,5 @@
-#ifndef _RcppTestA_RCPP_HELLO_WORLD_H
-#define _RcppTestA_RCPP_HELLO_WORLD_H
+#ifndef _RcppTestB_RCPP_HELLO_WORLD_H
+#define _RcppTestB_RCPP_HELLO_WORLD_H
#include <Rcpp.h>
More information about the Rcpp-commits
mailing list