[Rcpp-commits] r1868 - pkg/Rcpp scripts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jul 17 16:01:46 CEST 2010
Author: edd
Date: 2010-07-17 16:01:46 +0200 (Sat, 17 Jul 2010)
New Revision: 1868
Modified:
pkg/Rcpp/NEWS
scripts/findSlowTests.r
Log:
two typo fixes I had hanging around here (and a tab/space switcheroo on NEWS)
Modified: pkg/Rcpp/NEWS
===================================================================
--- pkg/Rcpp/NEWS 2010-07-17 12:42:14 UTC (rev 1867)
+++ pkg/Rcpp/NEWS 2010-07-17 14:01:46 UTC (rev 1868)
@@ -1,7 +1,7 @@
0.8.5 (future)
- o speed improvements. Vector::names, RObject::slot have been improved
- to take advantage of R API functions instead of callbacks to R
+ o speed improvements. Vector::names, RObject::slot have been improved
+ to take advantage of R API functions instead of callbacks to R
0.8.4 2010-07-09
@@ -18,9 +18,9 @@
o The Date class now uses the same mktime() replacement that R uses
(based on original code from the timezone library by Arthur Olson)
- permitting wide dates ranges on all operating systems
+ permitting wide date ranges on all operating systems
- o The FastLM/example has been updated, a new benchmark based on the
+ o The FastLM example has been updated, a new benchmark based on the
historical Longley data set has been added
o RcppStringVector now uses std::vector<std::string> internally
Modified: scripts/findSlowTests.r
===================================================================
--- scripts/findSlowTests.r 2010-07-17 12:42:14 UTC (rev 1867)
+++ scripts/findSlowTests.r 2010-07-17 14:01:46 UTC (rev 1868)
@@ -1,5 +1,5 @@
#!/usr/bin/Rscript
-# this should really be /usr/bin/r but you-know-know on a Mac ...
+# this should really be /usr/bin/r but you-know-who on a Mac ...
dir <- "Rcpp/inst/unitTests"
files <- list.files( dir, pattern = "^runit[.]", full = TRUE )
More information about the Rcpp-commits
mailing list