[Rcpp-commits] r3776 - pkg/RcppBDT/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 22 19:02:33 CEST 2012


Author: edd
Date: 2012-09-22 19:02:33 +0200 (Sat, 22 Sep 2012)
New Revision: 3776

Added:
   pkg/RcppBDT/man/bdtDt.Rd
Removed:
   pkg/RcppBDT/man/bdt.Rd
Log:
renamed for consistency as the new source file and class are called RcppBDTdt


Deleted: pkg/RcppBDT/man/bdt.Rd
===================================================================
--- pkg/RcppBDT/man/bdt.Rd	2012-09-22 16:45:30 UTC (rev 3775)
+++ pkg/RcppBDT/man/bdt.Rd	2012-09-22 17:02:33 UTC (rev 3776)
@@ -1,35 +0,0 @@
-\name{bdt}
-\alias{bdt}
-\alias{bdtMod}
-\alias{show,Rcpp_bdtDate-method}
-\alias{format,Rcpp_bdtDate-method}
-\alias{bdtDate}
-\alias{Rcpp_bdtDate-class}
-\docType{package}
-\title{Default object for RcppBDT Boost Date_Time binding}
-\description{
-  The \verb{bdt} variable is a default instance of the 'date' class
-  created by means of Rcpp modules. It facilities accessing the member
-  functions via utility function, see for example \code{\link{getEndOfBizWeek}}.
-
-  The \verb{bdtDate} variable is an instance of the class created by Rcpp
-  modules. It contain just the \code{date} class from Boost Date_time; see
-  \code{print(bdtDate)} for the available methods. 
-  
-  New instances can be created using either the default constructor
-  (without arguments) or the constructor using year, month, date arguments.
-}
-\section{Method}{
-  \describe{
-    \item{show}{\code{signature(x = "Rcpp_date")}: prints a (BDT) date class object}
-    \item{format}{\code{signature(x = "Rcpp_date")}: formats a (BDT) date class object}
-  }
-}
-\details{
-  Please consult the Boost documentation for (copious) details on the
-  Date_Time library. See the Rcpp-modules vignette for details on Rcpp
-  modules. 
-}
-\author{Dirk Eddelbuettel \email{edd at debian.org}}
-\references{Boost Date_Time: \url{http://www.boost.org/doc/html/date_time.html}}
-\keyword{package}

Copied: pkg/RcppBDT/man/bdtDt.Rd (from rev 3759, pkg/RcppBDT/man/bdt.Rd)
===================================================================
--- pkg/RcppBDT/man/bdtDt.Rd	                        (rev 0)
+++ pkg/RcppBDT/man/bdtDt.Rd	2012-09-22 17:02:33 UTC (rev 3776)
@@ -0,0 +1,35 @@
+\name{bdt}
+\alias{bdt}
+\alias{bdtMod}
+\alias{show,Rcpp_bdtDate-method}
+\alias{format,Rcpp_bdtDate-method}
+\alias{bdtDate}
+\alias{Rcpp_bdtDate-class}
+\docType{package}
+\title{Default object for RcppBDT Boost Date_Time binding}
+\description{
+  The \verb{bdt} variable is a default instance of the 'date' class
+  created by means of Rcpp modules. It facilities accessing the member
+  functions via utility function, see for example \code{\link{getEndOfBizWeek}}.
+
+  The \verb{bdtDate} variable is an instance of the class created by Rcpp
+  modules. It contain just the \code{date} class from Boost Date_time; see
+  \code{print(bdtDate)} for the available methods. 
+  
+  New instances can be created using either the default constructor
+  (without arguments) or the constructor using year, month, date arguments.
+}
+\section{Method}{
+  \describe{
+    \item{show}{\code{signature(x = "Rcpp_date")}: prints a (BDT) date class object}
+    \item{format}{\code{signature(x = "Rcpp_date")}: formats a (BDT) date class object}
+  }
+}
+\details{
+  Please consult the Boost documentation for (copious) details on the
+  Date_Time library. See the Rcpp-modules vignette for details on Rcpp
+  modules. 
+}
+\author{Dirk Eddelbuettel \email{edd at debian.org}}
+\references{Boost Date_Time: \url{http://www.boost.org/doc/html/date_time.html}}
+\keyword{package}



More information about the Rcpp-commits mailing list