[IPSUR-commits] r191 - in pkg/IPSUR: . inst/doc man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Feb 16 04:43:49 CET 2011


Author: gkerns
Date: 2011-02-16 04:43:48 +0100 (Wed, 16 Feb 2011)
New Revision: 191

Modified:
   pkg/IPSUR/DESCRIPTION
   pkg/IPSUR/inst/doc/IPSUR.Rnw
   pkg/IPSUR/man/IPSUR-package.Rd
Log:
fixed RData compression, updated R version dependence, and fixed bug reported by Jonathan Marshall.


Modified: pkg/IPSUR/DESCRIPTION
===================================================================
--- pkg/IPSUR/DESCRIPTION	2011-01-31 20:26:06 UTC (rev 190)
+++ pkg/IPSUR/DESCRIPTION	2011-02-16 03:43:48 UTC (rev 191)
@@ -1,11 +1,11 @@
 Package: IPSUR
 Type: Package
 Title: Introduction to Probability and Statistics Using R
-Version: 1.2
-Date: 2010-09-07
+Version: 1.3
+Date: 2011-02-15
 Author: G. Jay Kerns
 Maintainer: G. Jay Kerns <gkerns at ysu.edu>
-Depends: distr
+Depends: R (>= 2.10), distr
 Suggests: actuar, aplpack, coin, combinat, DAAG, diagram, distrEx, distrTeach, e1071, exactRankTests, HH (>= 2.1-32), Hmisc, lattice, lmtest, mvtnorm, odfWeave, prob, qcc, RcmdrPlugin.IPSUR (>= 0.1-6), Rcmdr, reshape, scatterplot3d, TeachingDemos (>= 2.5), vcd
 Description: This package contains the Sweave source code used to generate IPSUR, an introductory probability and statistics textbook, alongside other supplementary materials such as the parsed R code for the book and data for the examples and exercises.  The book is released under the GNU Free Documentation License.
 License: GPL (>= 3)

Modified: pkg/IPSUR/inst/doc/IPSUR.Rnw
===================================================================
--- pkg/IPSUR/inst/doc/IPSUR.Rnw	2011-01-31 20:26:06 UTC (rev 190)
+++ pkg/IPSUR/inst/doc/IPSUR.Rnw	2011-02-16 03:43:48 UTC (rev 191)
@@ -1,6 +1,6 @@
 %% LyX 1.6.7 created this file.  For more info, see http://www.lyx.org/.
 %% Do not edit unless you really know what you are doing.
-\documentclass[12pt,english,nogin]{book}
+\documentclass[10pt,english,nogin]{book}
 \usepackage{lmodern}
 \renewcommand{\sfdefault}{lmss}
 \renewcommand{\ttdefault}{lmtt}
@@ -10,7 +10,7 @@
 \lstset{basicstyle={\ttfamily},
 breaklines=true,
 language=R}
-\usepackage[a4paper]{geometry}
+\usepackage[paperwidth=7.44in,paperheight=9.69in]{geometry}
 \geometry{verbose,tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in}
 \pagestyle{headings}
 \setcounter{secnumdepth}{2}
@@ -198,7 +198,7 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %%%                                                                  %%%
 %%%  IPSUR.Rnw - Introduction to Probability and Statistics Using R  %%%
-%%%  Copyright (C) 2010  G. Jay Kerns, <gkerns at ysu.edu>              %%%
+%%%  Copyright (C) 2011  G. Jay Kerns, <gkerns at ysu.edu>              %%%
 %%%  This program is free software: you can redistribute it and/or   %%%
 %%%  modify it under the terms of the GNU General Public License as  %%%
 %%%  published by the Free Software Foundation, either version 3     %%%
@@ -216,7 +216,7 @@
 
 <<echo = FALSE>>=
 ###  IPSUR.R - Introduction to Probability and Statistics Using R
-###  Copyright (C) 2010  G. Jay Kerns, <gkerns at ysu.edu>
+###  Copyright (C) 2011  G. Jay Kerns, <gkerns at ysu.edu>
 ###  This program is free software: you can redistribute it and/or modify
 ###  it under the terms of the GNU General Public License as published by
 ###  the Free Software Foundation, either version 3 of the License, or
@@ -1133,7 +1133,7 @@
 are represented exactly by \textsf{R}.
 \item [{double:}] real numbers (rational and irrational); these numbers
 are not represented exactly (save integers or fractions with a denominator
-that is a multiple of 2, see \cite{Venables2010}).
+that is a power of 2, see \cite{Venables2010}).
 \item [{character:}] elements that are wrapped with pairs of \inputencoding{latin9}\lstinline[basicstyle={\ttfamily}]!"!\inputencoding{utf8}
 or \inputencoding{latin9}\lstinline[basicstyle={\ttfamily}]!'!\inputencoding{utf8};
 \item [{logical:}] includes \inputencoding{latin9}\lstinline[basicstyle={\ttfamily}]!TRUE!\inputencoding{utf8},
@@ -18772,6 +18772,7 @@
 rm(.Random.seed)
 try(dir.create("../../data"), silent = TRUE)
 save.image(file = "../../data/IPSUR.RData")
+tools::resaveRdaFiles('../../data')
 Stangle(file="IPSUR.Rnw", output="../IPSUR.R", annotate=TRUE)
 @
 \end{document}

Modified: pkg/IPSUR/man/IPSUR-package.Rd
===================================================================
--- pkg/IPSUR/man/IPSUR-package.Rd	2011-01-31 20:26:06 UTC (rev 190)
+++ pkg/IPSUR/man/IPSUR-package.Rd	2011-02-16 03:43:48 UTC (rev 191)
@@ -1,5 +1,5 @@
 \name{IPSUR-package}
-\Rdversion{1.1}
+\Rdversion{1.3}
 \alias{IPSUR-package}
 \alias{IPSUR}
 \docType{package}
@@ -13,8 +13,8 @@
 \tabular{ll}{
 Package: \tab IPSUR\cr
 Type: \tab Package\cr
-Version: \tab 1.0\cr
-Date: \tab 2010-07-25\cr
+Version: \tab 1.3\cr
+Date: \tab 2011-02-15\cr
 License: \tab GPL (>= 3)\cr
 LazyLoad: \tab yes\cr
 }



More information about the IPSUR-commits mailing list