[Rcpp-commits] r2861 - pkg/RcppBDT/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 11 20:27:57 CET 2011
Author: edd
Date: 2011-01-11 20:27:57 +0100 (Tue, 11 Jan 2011)
New Revision: 2861
Added:
pkg/RcppBDT/man/bdt.Rd
Removed:
pkg/RcppBDT/man/bdtEnv.Rd
Log:
renamed
Copied: pkg/RcppBDT/man/bdt.Rd (from rev 2860, pkg/RcppBDT/man/bdtEnv.Rd)
===================================================================
--- pkg/RcppBDT/man/bdt.Rd (rev 0)
+++ pkg/RcppBDT/man/bdt.Rd 2011-01-11 19:27:57 UTC (rev 2861)
@@ -0,0 +1,19 @@
+\name{bdt}
+\alias{bdt}
+\docType{package}
+\title{Default object for RcppBDT Boost Date_Time binding}
+\description{
+ The \verb{bdt} variable is a default instance of the reference class
+ created by means of Rcpp modules.
+
+ New instances can be created using either the default constructor
+ (without argument) or the constructor using year, month, date arguments.
+}
+\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}
Deleted: pkg/RcppBDT/man/bdtEnv.Rd
===================================================================
--- pkg/RcppBDT/man/bdtEnv.Rd 2011-01-11 19:27:15 UTC (rev 2860)
+++ pkg/RcppBDT/man/bdtEnv.Rd 2011-01-11 19:27:57 UTC (rev 2861)
@@ -1,19 +0,0 @@
-\name{bdt}
-\alias{bdt}
-\docType{package}
-\title{Default object for RcppBDT Boost Date_Time binding}
-\description{
- The \verb{bdt} variable is a default instance of the reference class
- created by means of Rcpp modules.
-
- New instances can be created using either the default constructor
- (without argument) or the constructor using year, month, date arguments.
-}
-\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