[Distr-commits] r1099 - in pkg: SweaveListingUtils SweaveListingUtils/tests/Examples utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Apr 23 17:16:30 CEST 2016
Author: ruckdeschel
Date: 2016-04-23 17:16:30 +0200 (Sat, 23 Apr 2016)
New Revision: 1099
Modified:
pkg/SweaveListingUtils/DESCRIPTION
pkg/SweaveListingUtils/tests/Examples/SweaveListingUtils-Ex.Rout.save
pkg/utils/finde.R
Log:
yet another fix for SweaveListingUtils for Uwe ...
Modified: pkg/SweaveListingUtils/DESCRIPTION
===================================================================
--- pkg/SweaveListingUtils/DESCRIPTION 2016-04-23 14:27:43 UTC (rev 1098)
+++ pkg/SweaveListingUtils/DESCRIPTION 2016-04-23 15:16:30 UTC (rev 1099)
@@ -4,7 +4,7 @@
and for including R / Rd source file (snippets) copied from R-forge in its most
recent version (or another URL) thereby avoiding inconsistencies between vignette
and documented source code.
-Version: 0.7.2
+Version: 0.7.3
Encoding: latin1
Date: 2016-04-23
Depends: R(>= 2.14.0), startupmsg
Modified: pkg/SweaveListingUtils/tests/Examples/SweaveListingUtils-Ex.Rout.save
===================================================================
--- pkg/SweaveListingUtils/tests/Examples/SweaveListingUtils-Ex.Rout.save 2016-04-23 14:27:43 UTC (rev 1098)
+++ pkg/SweaveListingUtils/tests/Examples/SweaveListingUtils-Ex.Rout.save 2016-04-23 15:16:30 UTC (rev 1099)
@@ -23,14 +23,14 @@
> options(pager = "console")
> library('SweaveListingUtils')
Loading required package: startupmsg
-:startupmsg> Utilities for Start-Up Messages (version 0.9.2)
+:startupmsg> Utilities for Start-Up Messages (version 0.9.3)
:startupmsg>
:startupmsg> For more information see ?"startupmsg",
:startupmsg> NEWS("startupmsg")
:SweaveListingUtils> Utilities for Sweave Together with
:SweaveListingUtils> TeX 'listings' Package (version
-:SweaveListingUtils> 0.7.2)
+:SweaveListingUtils> 0.7.3)
:SweaveListingUtils>
:SweaveListingUtils> NOTE: Support for this package
:SweaveListingUtils> will stop soon.
@@ -3334,7 +3334,7 @@
> ###
> options(digits = 7L)
> base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n")
-Time elapsed: 1.29 0.33 4.95 NA NA
+Time elapsed: 1.16 0.22 3.03 NA NA
> grDevices::dev.off()
null device
1
Modified: pkg/utils/finde.R
===================================================================
--- pkg/utils/finde.R 2016-04-23 14:27:43 UTC (rev 1098)
+++ pkg/utils/finde.R 2016-04-23 15:16:30 UTC (rev 1099)
@@ -23,6 +23,7 @@
#finde(x="Wow6432Node", dir ="C:/R/devel/src/gnuwin32", rec=TRUE, ext="")
#finde(x="getPos", dir ="C:/rtest/distr/branches/distr-2.4/pkg/distrMod/", rec=TRUE)
+finde(x="updatePackageHelp", dir ="C:/rtest/distr/pkg/utils", rec=TRUE)
finde(x="roptest\\(", dir ="C:/rtest/robast/branches/robast-0.9/pkg/ROptEst/", rec=TRUE)
finde(x="getSlots\\(", dir ="C:/rtest/distr/branches/distr-2.4/pkg/distrMod/", rec=TRUE)
finde(x="\"loc\"", dir ="C:/rtest/distr/branches/distr-2.4/pkg/distrEx/", rec=TRUE)
More information about the Distr-commits
mailing list