[Rcpp-commits] r3653 - in pkg/RcppBDT: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jun 30 18:13:49 CEST 2012


Author: edd
Date: 2012-06-30 18:13:49 +0200 (Sat, 30 Jun 2012)
New Revision: 3653

Modified:
   pkg/RcppBDT/ChangeLog
   pkg/RcppBDT/man/RcppBDT-package.Rd
   pkg/RcppBDT/man/bdt.Rd
Log:
added two \alias definitions to make R CMD check happy


Modified: pkg/RcppBDT/ChangeLog
===================================================================
--- pkg/RcppBDT/ChangeLog	2012-06-30 15:58:53 UTC (rev 3652)
+++ pkg/RcppBDT/ChangeLog	2012-06-30 16:13:49 UTC (rev 3653)
@@ -2,6 +2,8 @@
 
 	* R/zzz.R: Updated for R 2.15.1 using loadModule() and evalqOnLoad()
 
+	* man/bdt.Rd: Added two required alias'es flagged by R CMD check
+
 2012-04-11  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/include/RcppBDT.h, src/RcppBDT.cpp: prefix local #define

Modified: pkg/RcppBDT/man/RcppBDT-package.Rd
===================================================================
--- pkg/RcppBDT/man/RcppBDT-package.Rd	2012-06-30 15:58:53 UTC (rev 3652)
+++ pkg/RcppBDT/man/RcppBDT-package.Rd	2012-06-30 16:13:49 UTC (rev 3653)
@@ -5,8 +5,9 @@
 \title{Bindings for Boost Date_Time}
 \description{
   This package provides R with access to Boost Date_Time
-  functonality by using Rcpp modules. Currently only Date functionality 
-  is covered.
+  functonality by using Rcpp modules.
+
+  Currently only Date functionality is covered.
 }
 \details{
   Please consult the Boost documentation for (copious) details on the

Modified: pkg/RcppBDT/man/bdt.Rd
===================================================================
--- pkg/RcppBDT/man/bdt.Rd	2012-06-30 15:58:53 UTC (rev 3652)
+++ pkg/RcppBDT/man/bdt.Rd	2012-06-30 16:13:49 UTC (rev 3653)
@@ -3,6 +3,8 @@
 \alias{bdtMod}
 \alias{show,Rcpp_date-method}
 \alias{format,Rcpp_date-method}
+\alias{date}
+\alias{Rcpp_date-class}
 \docType{package}
 \title{Default object for RcppBDT Boost Date_Time binding}
 \description{
@@ -11,10 +13,10 @@
 
   The \verb{bdtMod} variable is an instance of the class created by Rcpp
   modules. It currently contains just the \code{date} class; see
-  \code{print(bdtMod$date)} for its available methods. 
+  \code{print(date)} for its available methods. 
   
   New instances can be created using either the default constructor
-  (without argument) or the constructor using year, month, date arguments.
+  (without arguments) or the constructor using year, month, date arguments.
 }
 \section{Method}{
   \describe{



More information about the Rcpp-commits mailing list