[IPSUR-commits] r97 - in www: book rcmdrplugin rcmdrplugin/graphics

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 25 09:01:35 CET 2009


Author: gkerns
Date: 2009-12-25 09:01:34 +0100 (Fri, 25 Dec 2009)
New Revision: 97

Added:
   www/rcmdrplugin/graphics/IPSURtitleBook.png
Modified:
   www/book/downloads.php
   www/book/index.php
   www/book/installation.php
   www/rcmdrplugin/index.php
   www/rcmdrplugin/installation.php
Log:
lot of work on the book side


Modified: www/book/downloads.php
===================================================================
--- www/book/downloads.php	2009-12-25 03:25:43 UTC (rev 96)
+++ www/book/downloads.php	2009-12-25 08:01:34 UTC (rev 97)
@@ -1,139 +1,85 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-	<title>IPSUR Downloads</title>
-	<link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
-	<!--
-		@import url("main.css");
-		body {
-			background-image: url();
-		}
-	-->
-	</style>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>IPSUR Downloads</title>
+  <link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
+  <!--
+    @import url("main.css");
+    body { background-image: url();}
+  -->
+  </style>
 </head>
 
 <body>
-	<div align="center">
-	
-	<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
-  		<tr>
-    		<td align="left" valign="top" bgcolor="#FFFFFF">
-			<!-- All of the page content is in this table-->
+  <div align="center">
+    <!-- All of the page content is in this table-->
+    <table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
+      <tr>
+        <td align="left" valign="top" bgcolor="#FFFFFF">
 
 <!--BEGIN: Page Banner-->
 <?php
-	include "banner.php";
+  include "banner.php";
 ?>
 <!--END: Page Banner-->
 	
 <!--BEGIN: Top Menu-->
 <?php
-	include "topMenu.php";
+  include "topMenu.php";
 ?>
 <!--END: Top Menu-->
 	
 <!--BEGIN: Page Content-->
 <p class="articleTitle">
-              <strong>Downloads the IPSUR Package</strong>
-            </p>
-<blockquote>
+  <strong>Downloads for the <span class="name">IPSUR</span> package</strong>
+</p>
+
 <p>
-                The current released version of the IPSUR package is 0.1-5. There are binary packages available for computers running Windows and MacOS X, and source code for Linux distributions. Downloads for the released version are from CRAN, the Comprehensive R Archive Network. 
-                
-    
-	<p>
-              </p>
-    <div align="center">
-		<strong>IPSUR Released Version 0.1-5 </strong>
-		<br /><a href="http://cran.r-project.org/web/packages/RcmdrPlugin.IPSUR/index.html">CRAN IPSUR Package</a>
-	</div>
-    
-	<p>
-                <br />
-                 The current development version of the IPSUR package is 0.1-6. This contains very early code for new features and is not suitable for production environments. The development version should be used for testing purposes only. Development downloads are from the project page hosted at R-Forge. </p>
-    <div align="center">
-		<strong>IPSUR Development Version 0.1-6 </strong>
-		<br /><a href="https://r-forge.r-project.org/R/?group_id=58">R-Forge IPSUR Package</a>
-	</div>
-    
-	<p>
-		</p>
+This page has the source code for the released version of IPSUR in a variety of formats.
+</p>
 
-	</blockquote>
-	<div class="articleTitle">
-              <strong>Installing IPSUR from a Binary Package</strong>
-            </div>
-	<blockquote>
 <p>
-		To install the <span class="name">IPSUR</span> binary package, click on the appropriate link above to download the file. Save the package to a convenient location. 
-	<p>	
-		In Windows:
-		<ol type="1">
-			<li>
-				Open <span class="name">R</span>
-			</li>
-			<li>
-				Select <span class="name">Packages</span>
-			</li>
-			<li>
-				Select <span class="name">Install package(s) from local zip files...</span>
-			</li>
-			<li>
-				Browse and select the downloaded <span class="name">IPSUR</span> package
-			</li>
-		</ol>
-		In MacOS X:
-		<ol type="1">
-			<li>
-				Open <span class="name">R</span>
-                  </li>
-			<li>
-				Select <span class="name">Packages &amp; data</span>
-                  </li>
-			<li>
-				Select <span class="name">Package Installer</span>
-                  </li>
-			<li>
-				From the Package Repository drop down menu select <span class="name">Local Binary Package</span>
-                  </li>
-			<li>
-				Click the <span class="name">Install</span> button below
-                  </li>
-			<li>
-				Browse and select the downloaded <span class="name">IPSUR</span> package
-                  </li>
-		</ol>
-	</p>
+You can get a PDF copy of the published edition of <span class="name">IPSUR</span> from CRAN, and you can get a PDF of the development edition from R-Forge;  see the the <a href="installation.php">Installation</a> page for details.  Note that the Sweave sources of both of those documents are stored alongside their PDF siblings.
 </p>
-</blockquote>
-	
-<div class="articleTitle">
-              <strong>Installing IPSUR from Source</strong>
-            </div>
-<blockquote>
+
 <p>
-	The source code for the <span class="name">RcmdrPlugin.IPSUR</span> package is available under the GNU GPL Version 2.  The source code is recommended for platforms for which package binaries are not made available. It can also be used by developers on all platforms to modify <span class="name">IPSUR</span> and redistribute it under the constraints of the GPL. 
+If you would like to print your own copy of the <strong>published</strong> edition of <span class="name">IPSUR</span> then you may want to use the following publication-ready PDF of the book.  It has been typeset in black-and-white to optimize the display of the code and figures. All of the fonts have been embedded, so the printer should not have trouble with any of the symbols. 
 </p>
+
 <p>
-	Note that in order to install from source, you must have the necessary development tools installed.  In Windows, a good way to get started would be to look at the <span class="name">R Tools</span> page maintained by Duncan Murdoch, which you can find <a href="http://www.murdoch-sutherland.com/Rtools/index.html">here</a>.  Under Ubuntu Linux, this means that you should have the <span class="name">r-base-dev</span> package installed, which you can get with the Synaptic Package Manager. For more information, please see the <a href="http://cran.r-project.org/doc/manuals/R-admin.html">R Installation and Administration Manual</a>.
-</p>	
-	
-<p>For all OSes, the general idea to install from source is to open a terminal window, then <span class="name">cd</span> to the directory in which the source code is saved, and finally issue the command <span class="name">R CMD INSTALL RcmdrPlugin.IPSUR_x.x-x</span>, where x.x-x is the version that you have downloaded.  Given that you have the correct compilation tools installed and that your system is configured correctly, you should have the package installed in a few moments. 
+You can try to print your own copy of the <em>development</em> version of <span class="name">IPSUR</span>, but I do not recommend it for several reasons.  First of all, the electronic copy is in color which does not show up well on black-and-white paper.  Second of all, the electronic copy is optimized for web viewing which means that not all of fonts are embedded - your printer may not render all of the symbols correctly.  Finally, unless you have a very fancy printer you will be printing only on one side of the page - which wastes paper.
 </p>
+
+<p>
+If you insist on printing your own copy of the development version then I recommend you download the LaTeX source (see below), compile your own PDF in black-and-white, and make sure to embed all of the fonts.
 </p>
+
+<p>
+If you would like a transparent copy of the published edition of <span class="name">IPSUR</span>, then download the following .zip file.  It contains all of the LaTeX source code, all of the figures (in .pdf and .eps), and the ancillary materials such as IPSUR.R and IPSUR.RData.  This document can be used (in principle) to generate your own personal copy of the published edition of <span class="name">IPSUR</span>, and you are FREE to modify and distribute your own version of it under the constraints of the GNU-FDL.
+</p>
+
+<p>
+Finally, you can download the LyX source file, IPSUR.lyx, which was used by the author to write <span class="name">IPSUR</span>. It is essentially the Sweave source code for the published edition, except that LyX conceals the intermediate step of generating the LaTeX source file and figures.  This one text file will generate a PDF of the entire published edition of <span class="name">IPSUR</span>, with a single click.  Enjoy.  (I certainly have.)
+</p>
+
 <!--END: Page Content-->
 
 <!--BEGIN: Footer-->
- <p align="center">
-	  R logo &copy; the R Foundation, <font face="Courier New"><a href="http://www.r-project.org" style="text-decoration: none"><span style="text-decoration: none">http://www.r-project.org</span></a></font>
-	  </p>
+<p align="center">
+  R logo &copy; the R Foundation, 
+    <font face="Courier New">
+      <a href="http://www.r-project.org" style="text-decoration: none">
+        <span style="text-decoration: none">http://www.r-project.org</span>
+      </a>
+    </font>
+</p>
 <!--END: Footer-->
   
-		<!--Close main table-->
-		</td>
-	</tr>
-</table>
+<!--Close main table-->
+      </td>
+    </tr>
+  </table>
 </div>
 </body>
 </html>

Modified: www/book/index.php
===================================================================
--- www/book/index.php	2009-12-25 03:25:43 UTC (rev 96)
+++ www/book/index.php	2009-12-25 08:01:34 UTC (rev 97)
@@ -17,44 +17,55 @@
 <body>
 	<div align="center">
 	<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
-  		<tr>
-			<td align="left" valign="top" bgcolor="#FFFFFF">
+  <tr>
+    <td align="left" valign="top" bgcolor="#FFFFFF">
 <!-- All of the page content is in this table-->
-
 <!--BEGIN: Page Banner-->
 <?php
-	include "banner.php";
+include "banner.php";
 ?>
 <!--END: Page Banner-->
 	
 <!--BEGIN: Top Menu-->
 <?php
-	include "topMenu.php";
+include "topMenu.php";
 ?>
 <!--END: Top Menu-->
+	
 
-	
-      <p class="articleTitle">What IPSUR is:</p>
+
+<p class="articleTitle">What <span class="name">IPSUR</span> is:</p>
       <blockquote>
-        <p> This plugin for the <a href="http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/">R Commander</a> accompanies the text <em>Introduction to Probability and Statistics Using R</em>  by G. Jay Kerns. The plugin contributes functions unique to the book as well as specific configuration and  functionality to R Commander, the pioneering work by John Fox of McMaster University.</p>
-        <p> <span class="name">IPSUR</span>'s primary goal is to provide a user-friendly graphical user interface (GUI) to the open-source and freely available R statistical computing environment.  <span class="name">RcmdrPlugin.IPSUR</span> is equipped to handle many of the statistical analyses and graphical displays usually encountered by upper division undergraduate Mathematics, Statistics, and Engineering majors.  Available features are comparable to many expensive commercial packages such as<span class="name"> Minitab</span>, <span class="name">SPSS</span>, and <span class="name">JMP-IN</span>.</p>
-        <p> The audience of <span class="name">RcmdrPlugin.IPSUR</span> is slightly different than <span class="name">Rcmdr</span>'s, certain functionality has been added and selected error-checks have been disabled to permit the student to explore alternative regions of the statistical landscape. The resulting benefit of increased flexibility is balanced by somewhat increased vulnerability to syntax errors and misuse; the instructor should keep this and the academic audience in mind when using <span class="name">RcmdrPlugin.IPSUR</span> in the classroom. </p>
-        <p> Comments and suggestions are welcomed.</p>
-        <p>&nbsp;</p>
-      </blockquote>
+<p> <span class="name">IPSUR</span> stands for <em>Introduction to Probability and Statistics Using R</em>, ISBN: 99-9999-999-999, by G. Jay Kerns. It is a textbook written for an undergraduate course in probability and statistics. The approximate prerequisites are a couple semesters of calculus and some linear algebra in a few places.  Typical students in my course include mathematics, engineering, and computer science majors.  
+</p>
 
+<p>
+<span class="name">IPSUR</span> is FREE, in the GNU sense of the word.  Hard copies are (will be) available for purchase (coming soon) from the standard online retailers in the USA and EU.  In efforts to keep the price at a bare minimum I have waived all royalties; the price of the book is exactly the manufacturing cost plus the retail markup (which still weighs in at around $50 because of the book's size).   You can get it even cheaper by downloading an electronic copy and printing it yourself, but if you elect this route then be sure to get the publisher-quality PDF version from the <a href="downloads.php">Downloads</a> page.
+</p>
 
-      <p class="articleTitle">Contact Information </p>
-      <blockquote>
-        <p> 
-        <span class="name">IPSUR</span> questions, problems: <a href="mailto:ipsur-help at lists.r-forge.org">ipsur-help at lists.r-forge.org</a><br />
-        <span class="name">IPSUR</span> mistakes, suggestions: <a href="mailto:ipsur-devel at lists.r-forge.org">ipsur-devel at lists.r-forge.org</a><br />        
-        G. Jay Kerns: <a href="mailto:gkerns at ysu.edu">gkerns at ysu.edu</a> (<a href="http://people.ysu.edu/~gkerns">home page</a>)<br />
-        </p>
-        <p>&nbsp;</p>
-      </blockquote>
+<p>
+Refer to the <a href="installation.php">Installation</a> page for instructions to install an electronic copy of <span class="name">IPSUR</span> on your personal computer.  See the <a href="feedback.php">Feedback</a> page for guidance about questions or comments you may have about <span class="name">IPSUR</span>.
+</p>
+
+<p>
+I have been writing <span class="name">IPSUR</span> on and off since 2006, yet there are many important topics, examples, and exercises still missing from the book.  I will add them as time permits. In the meantime, you can get the latest, greatest version (built daily) from <a href="help.php">R-Forge</a>.  See the <a href="installation.php">Installation</a> page for details.
+</p>
+
+<p>&nbsp;</p>
+</blockquote>
+
+
+<p class="articleTitle">Contact Information </p>
+<blockquote>
+<p> 
+  <span class="name">IPSUR</span> questions, problems: <a href="mailto:ipsur-help at lists.r-forge.org">ipsur-help at lists.r-forge.org</a><br />
+  <span class="name">IPSUR</span> mistakes, suggestions: <a href="mailto:ipsur-devel at lists.r-forge.org">ipsur-devel at lists.r-forge.org</a><br />        
+  G. Jay Kerns: <a href="mailto:gkerns at ysu.edu">gkerns at ysu.edu</a> (<a href="http://people.ysu.edu/~gkerns">home page</a>)<br />
+</p>
+<p>&nbsp;</p>
+</blockquote>
       
-      <p class="articleTitle">Also see the <span class="name">IPSUR</span> Plugin for the <span class="name">R</span> Commander:</p>
+<p class="articleTitle">Also see the <span class="name">IPSUR</span> Plugin for the <span class="name">R</span> Commander:</p>
       <table width="700" border="0" cellspacing="0" cellpadding="0">
         <tr>
           <td width="700" align="center" valign="middle"> 
@@ -67,12 +78,15 @@
 
       <p>&nbsp;</p>
       
-	   <p align="center">
-	  R logo &copy; the R Foundation, <font face="Courier New"><a href="http://www.r-project.org" style="text-decoration: none"><span style="text-decoration: none">http://www.r-project.org</span></a></font>
-	  </p>
+<p align="center">
+R logo &copy; the R Foundation, 
+<font face="Courier New">
+  <a href="http://www.r-project.org" style="text-decoration: none">
+  <span style="text-decoration: none">http://www.r-project.org</span>
+  </a>
+</font>
+</p>
 
-
-
     </td>
   </tr>
 </table>

Modified: www/book/installation.php
===================================================================
--- www/book/installation.php	2009-12-25 03:25:43 UTC (rev 96)
+++ www/book/installation.php	2009-12-25 08:01:34 UTC (rev 97)
@@ -1,130 +1,105 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-	<title>IPSUR Project</title>
-	<link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
-	<!--
-		@import url("main.css");
-		body {
-			background-image: url();
-		}
-	-->
-	</style>
+  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+  <title>IPSUR Installation</title>
+  <link rel="Shortcut Icon" href="favicon.ico"><style type="text/css">
+  <!--
+    @import url("main.css");
+      body {
+        background-image: url();
+	}
+    -->
+  </style>
 </head>
 
 <body>
-	<div align="center">
-	
-	<table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
-  		<tr>
-    		<td align="left" valign="top" bgcolor="#FFFFFF">
-			<!-- All of the page content is in this table-->
+  <div align="center">
+    <table width="700" height="100%" border="0" cellpadding="0" cellspacing="0">
+      <tr>
+        <td align="left" valign="top" bgcolor="#FFFFFF">
+	<!-- All of the page content is in this table-->
 
 <!--BEGIN: Page Banner-->
 <?php
-	include "banner.php";
+  include "banner.php";
 ?>
 <!--END: Page Banner-->
 	
 <!--BEGIN: Top Menu-->
 <?php
-	include "topMenu.php";
+  include "topMenu.php";
 ?>
 <!--END: Top Menu-->
 
 <!--BEGIN: Page Content-->
-<p class="articleTitle">Quick  Download and Installation Instructions</p>
+<p class="articleTitle">Installation Instructions</p>
 <blockquote>
-        
+      
 <div id="list">
 	<ol type="1">
 		<li>
-			<strong>Download the latest version of <span class="name">R</span></strong>: click the link 
+		  <strong>Download the latest version of <span class="name">R</span></strong>: click the link 
 			below to  download the latest version of R for your operating system from CRAN:
 			  
-			<div align="center">
+		  <div align="center">
+		    <br />
+	              Windows - <a href="http://cran.r-project.org/bin/windows/base/">http://cran.r-project.org/bin/windows/base/</a>
 				<br />
-			  		Windows - 
-			  			<a href="http://cran.r-project.org/bin/windows/base/">
-							http://cran.r-project.org/bin/windows/base/
-						</a>
+                      MacOS X - <a href="http://cran.r-project.org/bin/macosx/">http://cran.r-project.org/bin/macosx/</a>
 				<br />
-			  		MacOS X - 
-						<a href="http://cran.r-project.org/bin/macosx/">
-							http://cran.r-project.org/bin/macosx/
-						</a>
-				<br />
-			  		Linux - 
-						<a href="http://cran.r-project.org/bin/linux/">
-							http://cran.r-project/bin/linux
-						</a>
-			</div>
-				
-			<ul>
-				<br />
-				  
+                      Linux - 	<a href="http://cran.r-project.org/bin/linux/">http://cran.r-project/bin/linux</a>
+		  </div>	
+			<ul><br />  
 				<li>
-					<strong>Windows Installation Tip for <span class="name">R</span></strong>:  click the 
-					.exe program file to start installation.  When it asks for "Customized startup options", 
-					specify Yes.  In the next window, be sure to select the SDI (single-window) option.
+		  		<strong>Windows Installation Tip for <span class="name">R</span></strong>:  click the .exe 
+				program file to start installation.  When it asks for "Customized startup options", 
+				specify Yes.  In the next window, be sure to select the SDI (single-window) option.
 				</li>
 			</ul>
 		</li>
 		<li>
-			<strong>Installing the <span class="name">RcmdrPlugin.IPSUR</span> package</strong>: there are several methods for installing IPSUR: 
-                    <br />
-			<br />
+		  <strong>Install the <span class="name">IPSUR</span> package</strong>: download and install 
+			the <span class="name">IPSUR</span> package from one of the following locations.
+			The choice of location will depend on which version of <span class="name">IPSUR</span> 
+			that you want to read. 
+                    <br /><br />
 			<ul>
 				<li>
-					<strong>Install from CRAN:</strong> This method works well with Windows and MacOS X installations and insures that you have the latest stable version of the package. To install directly from CRAN, launch R and type the following at the command prompt "&gt;": 
-                        <br />
-					<br />
-					
-					<div align="center">
-					
-						<br />
-			      
-				  		<span class="name">install.packages("RcmdrPlugin.IPSUR", repos="http://cran.r-project.org", dep=TRUE)</span>
-						
-					</div>
+				<strong>From CRAN:</strong> choose this location if you would like an
+				electronic copy of the most recently published edition of <span class="name">IPSUR</span>.
+				This version may differ slightly from a hard copy purchased from retailers, but will be
+				the closest you can get to a published copy without buying one.
+				To install directly from CRAN, launch R and type the following at the command prompt "&gt;": 
+				<br />
+				<br />
+			    	<div align="center"><br />
+					<span class="name">install.packages("IPSUR", repos="http://cran.r-project.org")</span>
+			    	</div>
 				</li>
 				<li>
-					<strong>Install from download:</strong> Downloads of the binary packages are available for Windows and MacOS X. The packages, along with specific instructions for installing them on various platforms are available on the <a href="downloads.php">downloads page</a>. 
+				<strong>From R-Forge:</strong> choose this location if you would like an 
+				electronic copy of the next, yet-unpublished edition of <span class="name">IPSUR</span>. 
+				This version will have the latest corrections and additional material, and may differ
+				substantially from one purchased from retailers. To install directly from R-Forge, launch 
+				R and type the following at the command prompt "&gt;": 
+				<br />
+				<br />
+			    	<div align="center"><br />
+					<span class="name">install.packages("IPSUR", repos="http://ipsur.r-forge.r-project.org")</span>
+			    	</div>
 				</li>
-				<li>
-					<strong>Install from package source:</strong> This method of installation is recommended for all linux operating systems and all other non-supported systems. To install the current released version of the source, type the following at the command prompt "&gt;": 
-                        <div class="name" align="center">
-					
-						<br />
-                           install.packages("RcmdrPlugin.IPSUR", repos = "http://www.cran.r-project.org", type="source")
-                        </div>
-					
-					<p>
-						(<strong>note</strong>: you must have the correct compilation tools installed) 
-					</p>
-					<p>
-						Instructions to install from a downloaded copy of the IPSUR source are available on the <a href="downloads.php">downloads page</a>.
-					</p>
-				</li>
 			</ul>
 		</li>
 		<li>
-			<strong>Loading the RcmdrPlugin.IPSUR package: </strong>Once IPSUR is downloaded and installed, it
-			must be loaded into R. To do this type the following at the command prompt &quot;&gt;&quot;: 
-				
-			<div class="name" align="center">
-			
-				<br />
-                       library(RcmdrPlugin.IPSUR)
-                    </div>
+			<strong>Load the <span class="name">IPSUR</span> package: </strong>
+			Once <span class="name">IPSUR</span> is downloaded and installed, it must be loaded into R. 
+			To do this type the following at the command prompt &quot;&gt;&quot;: 	
+			<div class="name" align="center"><br />
+                       		library(IPSUR)<br />
+                       		read(IPSUR)<br />
+                    	</div>
 		</li>
-		<li>
-			<strong></strong><strong>Installing the Dependencies:</strong> When <span class="name">Rcmdr</span> loads it will ask 
-			you to download a bunch of additional packages. Once this procedure is finished, you will be almost 
-			ready to go.  For more detailed instructions on installing and configuring R and IPSUR you should 
-			next consult the<a href="pdf/Install.pdf"> Installing R and IPSUR</a> document. 
-		</li>
 	</ol>
 </div>
 	

Added: www/rcmdrplugin/graphics/IPSURtitleBook.png
===================================================================
(Binary files differ)


Property changes on: www/rcmdrplugin/graphics/IPSURtitleBook.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/rcmdrplugin/index.php
===================================================================
--- www/rcmdrplugin/index.php	2009-12-25 03:25:43 UTC (rev 96)
+++ www/rcmdrplugin/index.php	2009-12-25 08:01:34 UTC (rev 97)
@@ -2,7 +2,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-	<title>RcmdrPlugin.IPSUR: a Plugin for the R Commander</title>
+	<title>RcmdrPlugin.IPSUR: an IPSUR Plugin for the R Commander</title>
 	<link rel="Shortcut Icon" href="favicon.ico">
 
 	<style type="text/css">
@@ -56,9 +56,9 @@
       <p class="articleTitle">Also see the <span class="name">IPSUR</span> Textbook:</p>
       <table width="700" border="0" cellspacing="0" cellpadding="0">
         <tr>
-          <td width="200" align="center" valign="middle"> 
+          <td width="700" align="center" valign="middle"> 
              <a href="../book/index.php">
-               <img src="graphics/IPSURlogo.png" height="100" width="200" alt="Introduction to Probability and Statistics Using R" border="0" />
+               <img src="graphics/IPSURtitleBook.png" height="100" width="700" alt="Introduction to Probability and Statistics Using R" border="0" />
              </a>
           </td>
         </tr>

Modified: www/rcmdrplugin/installation.php
===================================================================
--- www/rcmdrplugin/installation.php	2009-12-25 03:25:43 UTC (rev 96)
+++ www/rcmdrplugin/installation.php	2009-12-25 08:01:34 UTC (rev 97)
@@ -72,8 +72,8 @@
 			</ul>
 		</li>
 		<li>
-			<strong>Installing the <span class="name">RcmdrPlugin.IPSUR</span> package</strong>: there 
-			are several methods for installing IPSUR: 
+			<strong>Install the <span class="name">RcmdrPlugin.IPSUR</span> package</strong>: there 
+			are several methods to install <span class="name">RcmdrPlugin.IPSUR</span>: 
          <br />
 			<br />
 			<ul>
@@ -115,7 +115,7 @@
 			</ul>
 		</li>
 		<li>
-			<strong>Loading the <span class="name">RcmdrPlugin.IPSUR</span> package:</strong>
+			<strong>Load the <span class="name">RcmdrPlugin.IPSUR</span> package:</strong>
 			Once <span class="name">RcmdrPlugin.IPSUR</span> is downloaded and installed, it
 			must be loaded into R. To do this type the following at the command prompt &quot;&gt;&quot;: 
 				
@@ -125,7 +125,7 @@
          </div>
 		</li>
 		<li>
-			<strong></strong><strong>Installing the Dependencies:</strong> When <span class="name">Rcmdr</span> loads it will ask 
+			<strong></strong><strong>Install the Dependencies:</strong> When <span class="name">Rcmdr</span> loads it will ask 
 			you to download a bunch of additional packages. Once this procedure is finished, you will be almost 
 			ready to go.  For more detailed instructions on installing and configuring R and 
 			<span class="name">RcmdrPlugin.IPSUR</span> you should 



More information about the IPSUR-commits mailing list