[Robast-commits] r88 - pkg/RandVar/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 21 07:06:31 CEST 2008
Author: stamats
Date: 2008-04-21 07:06:31 +0200 (Mon, 21 Apr 2008)
New Revision: 88
Modified:
pkg/RandVar/inst/doc/RandVar.Rnw
pkg/RandVar/inst/doc/RandVar.log
pkg/RandVar/inst/doc/RandVar.pdf
pkg/RandVar/inst/doc/RandVar.tex
Log:
ubdated version counter in vignette
there is one warning in R CMD check!
Modified: pkg/RandVar/inst/doc/RandVar.Rnw
===================================================================
--- pkg/RandVar/inst/doc/RandVar.Rnw 2008-03-30 23:17:01 UTC (rev 87)
+++ pkg/RandVar/inst/doc/RandVar.Rnw 2008-04-21 05:06:31 UTC (rev 88)
@@ -21,8 +21,8 @@
% -------------------------------------------------------------------------------
\newcommand{\code}[1]{{\tt #1}}
\newcommand{\pkg}[1]{{\tt "#1"}}
-\newcommand{\pkgversion}{{\tt 1.8}}
-\newcommand{\pkgExversion}{{\tt 0.4-4}}
+\newcommand{\pkgversion}{{\tt 2.0}}
+\newcommand{\pkgExversion}{{\tt 0.6.2}}
% -------------------------------------------------------------------------------
%
% -------------------------------------------------------------------------------
Modified: pkg/RandVar/inst/doc/RandVar.log
===================================================================
--- pkg/RandVar/inst/doc/RandVar.log 2008-03-30 23:17:01 UTC (rev 87)
+++ pkg/RandVar/inst/doc/RandVar.log 2008-04-21 05:06:31 UTC (rev 88)
@@ -1,4 +1,4 @@
-This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2007.12.8) 27 FEB 2008 18:47
+This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (format=pdflatex 2007.12.8) 21 APR 2008 06:59
entering extended mode
file:line:error style messages enabled.
%&-line parsing enabled.
@@ -109,9 +109,9 @@
File: hpdftex.def 2007/02/07 v6.75r Hyperref driver for pdfTeX
\Fld at listcount=\count97
)
-(/home/btm722/RTOP/R-2-6-branch/share/texmf/Sweave.sty
+(/home/btm722/RTOP/R-2-7-branch/share/texmf/Sweave.sty
-LaTeX Warning: You have requested package `/home/btm722/RTOP/R-2-6-branch/share
+LaTeX Warning: You have requested package `/home/btm722/RTOP/R-2-7-branch/share
/texmf/Sweave',
but the package provides `Sweave'.
@@ -148,7 +148,7 @@
\FV at OutFile=\write3
No file fancyvrb.cfg.
-) (/home/btm722/RTOP/R-2-6-branch/share/texmf/upquote.sty
+) (/home/btm722/RTOP/R-2-7-branch/share/texmf/upquote.sty
Package: upquote 2003/08/11 v1.1 Covington's upright-quote modification to verb
atim and verb
@@ -451,7 +451,7 @@
exmf-texlive/fonts/type1/bluesky/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/
type1/bluesky/cm/cmti10.pfb></usr/share/texmf-texlive/fonts/type1/bluesky/cm/cm
tt10.pfb></usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmtt12.pfb>
-Output written on RandVar.pdf (10 pages, 121832 bytes).
+Output written on RandVar.pdf (10 pages, 121493 bytes).
PDF statistics:
167 PDF objects out of 1000 (max. 8388607)
23 named destinations out of 1000 (max. 131072)
Modified: pkg/RandVar/inst/doc/RandVar.pdf
===================================================================
(Binary files differ)
Modified: pkg/RandVar/inst/doc/RandVar.tex
===================================================================
--- pkg/RandVar/inst/doc/RandVar.tex 2008-03-30 23:17:01 UTC (rev 87)
+++ pkg/RandVar/inst/doc/RandVar.tex 2008-04-21 05:06:31 UTC (rev 88)
@@ -21,12 +21,12 @@
% -------------------------------------------------------------------------------
\newcommand{\code}[1]{{\tt #1}}
\newcommand{\pkg}[1]{{\tt "#1"}}
-\newcommand{\pkgversion}{{\tt 1.8}}
-\newcommand{\pkgExversion}{{\tt 0.4-4}}
+\newcommand{\pkgversion}{{\tt 2.0}}
+\newcommand{\pkgExversion}{{\tt 0.6.2}}
% -------------------------------------------------------------------------------
%
% -------------------------------------------------------------------------------
-\usepackage{/home/btm722/RTOP/R-2-6-branch/share/texmf/Sweave}
+\usepackage{/home/btm722/RTOP/R-2-7-branch/share/texmf/Sweave}
\begin{document}
% -------------------------------------------------------------------------------
\title{RandVar: Implementation of random variables by means
@@ -202,7 +202,7 @@
}
exp(f1(x))
}
-<environment: 0x9eb0190>
+<environment: 0x8cd175c>
[[2]]
function (x)
@@ -217,7 +217,7 @@
}
exp(f1(x))
}
-<environment: 0x9eb0190>
+<environment: 0x8cd175c>
\end{Soutput}
\begin{Sinput}
> R2 <- exp(X - 1:2)
@@ -237,7 +237,7 @@
}
exp(f1(x))
}
-<environment: 0x9c4e540>
+<environment: 0x90d97e4>
[[2]]
function (x)
@@ -252,7 +252,7 @@
}
exp(f1(x))
}
-<environment: 0x9c4e540>
+<environment: 0x90d97e4>
\end{Soutput}
\begin{Sinput}
> (Y <- RealRandVariable(Map = list(function(x) {
More information about the Robast-commits
mailing list