[Rcpp-commits] r3397 - in pkg/int64: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 24 09:56:39 CET 2011
Author: romain
Date: 2011-11-24 09:56:39 +0100 (Thu, 24 Nov 2011)
New Revision: 3397
Modified:
pkg/int64/ChangeLog
pkg/int64/DESCRIPTION
pkg/int64/man/int64-package.Rd
Log:
changelog
Modified: pkg/int64/ChangeLog
===================================================================
--- pkg/int64/ChangeLog 2011-11-24 08:54:32 UTC (rev 3396)
+++ pkg/int64/ChangeLog 2011-11-24 08:56:39 UTC (rev 3397)
@@ -1,5 +1,9 @@
2011-11-23 Romain Francois <romain at r-enthusiasts.com>
+ * inst/unitTests/runit.int64.R: testing read.csv
+
+2011-11-23 Romain Francois <romain at r-enthusiasts.com>
+
* R/int64.R: implementing setAs so that read.csv can handle colClasses = "int64"
and "uint64". Suggestion from Gabor Grothendieck on R-devel
Modified: pkg/int64/DESCRIPTION
===================================================================
--- pkg/int64/DESCRIPTION 2011-11-24 08:54:32 UTC (rev 3396)
+++ pkg/int64/DESCRIPTION 2011-11-24 08:56:39 UTC (rev 3397)
@@ -1,7 +1,7 @@
Package: int64
Type: Package
Title: 64 bit integer types
-Version: 1.1.0
+Version: 1.2.0
Date: 2011-11-21
Author: Romain Francois, sponsored by the Google Open Source Programs Office
Maintainer: Romain Francois <romain at r-enthusiasts.com>
Modified: pkg/int64/man/int64-package.Rd
===================================================================
--- pkg/int64/man/int64-package.Rd 2011-11-24 08:54:32 UTC (rev 3396)
+++ pkg/int64/man/int64-package.Rd 2011-11-24 08:56:39 UTC (rev 3397)
@@ -11,7 +11,7 @@
\tabular{ll}{
Package: \tab int64\cr
Type: \tab Package\cr
-Version: \tab 1.1.0\cr
+Version: \tab 1.2.0\cr
Date: \tab 2011-10-23\cr
License: \tab GPL (>= 2)\cr
LazyLoad: \tab yes\cr
More information about the Rcpp-commits
mailing list