[IPSUR-commits] r87 - in www: book rcmdrplugin

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 24 18:34:07 CET 2009


Author: gkerns
Date: 2009-12-24 18:34:06 +0100 (Thu, 24 Dec 2009)
New Revision: 87

Added:
   www/book/banner.php
   www/book/downloads.php
   www/book/favicon.ico
   www/book/help.php
   www/book/index.php
   www/book/installation.php
   www/book/main.css
   www/book/menu.php
   www/book/topMenu.php
   www/rcmdrplugin/IPSUR_0.1-2.tar.gz
   www/rcmdrplugin/PACKAGES
   www/rcmdrplugin/PACKAGES.gz
   www/rcmdrplugin/banner.php
   www/rcmdrplugin/description.php
   www/rcmdrplugin/downloads.php
   www/rcmdrplugin/favicon.ico
   www/rcmdrplugin/features.php
   www/rcmdrplugin/index.php
   www/rcmdrplugin/installation.php
   www/rcmdrplugin/links.php
   www/rcmdrplugin/main.css
   www/rcmdrplugin/menu.php
   www/rcmdrplugin/news.php
   www/rcmdrplugin/repThemes.rda
   www/rcmdrplugin/repdatadesc.rda
   www/rcmdrplugin/replisting
   www/rcmdrplugin/screens.php
   www/rcmdrplugin/topMenu.php
Log:
hopefully will add more stuff this time


Added: www/book/banner.php
===================================================================
--- www/book/banner.php	                        (rev 0)
+++ www/book/banner.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,16 @@
+<!--BEGIN: Page Banner-->
+<table width="700" height="140" border="0" cellpadding="0" cellspacing="0">
+	<tr>
+        <td width="700" height="120" align="center" valign="middle">
+        	<p>
+			<a href="index.php">
+				<img src="images/IPSURtitleBook.png" 
+					alt="Introduction to Probability and Statistics Using R" 
+					width="700" height="100" border="0" />
+			</a>
+			G. Jay Kerns, Youngstown State University 
+		</p>
+	</td>
+  	</tr>
+</table>
+<!--END: Page Banner-->
\ No newline at end of file

Added: www/book/downloads.php
===================================================================
--- www/book/downloads.php	                        (rev 0)
+++ www/book/downloads.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,139 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+	
+<!--BEGIN: Page Content-->
+<p class="articleTitle">
+              <strong>Downloads the IPSUR Package</strong>
+            </p>
+<blockquote>
+<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>
+
+	</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>
+</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. 
+</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. 
+</p>
+</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>
+<!--END: Footer-->
+  
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>

Added: www/book/favicon.ico
===================================================================
(Binary files differ)


Property changes on: www/book/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/book/help.php
===================================================================
--- www/book/help.php	                        (rev 0)
+++ www/book/help.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,79 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Page Content-->	
+<p class="articleTitle">Some Links </p>
+<blockquote>
+
+<p>
+	<a href="http://www.r-project.org/">The R Project for Statistical Computing</a>
+	<br />
+   	<a href="http://cran.r-project.org/">CRAN</a>: The Comprehensive R Archive Network 
+	
+	<br />
+	<br />
+	<a href="http://www.sciviews.org/_rgui/">R GUI Projects </a>
+	<br />
+	<a href="http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/">The R Commander</a> - John Fox 
+	<br />
+	<a href="http://www.sciviews.org/SciViews-R/">SciViews-R</a> - Philippe Grosjean 
+	<br />
+	<a href="http://wiener.math.csi.cuny.edu/pmg">PMG</a> - John Verzani 
+	<br />
+
+	<br />
+	<br />
+	<a href="http://www.sciviews.org/_rgui/projects/Editors.html">Script Editors </a>
+	<br />
+	<a href="http://www.sciviews.org/Tinn-R/" class="name">Tinn-R</a> 
+	<br />
+	<a href="http://www.textpad.com/">TextPad</a>
+</p>
+ 
+</blockquote>
+<!--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>
+
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: www/book/index.php
===================================================================
--- www/book/index.php	                        (rev 0)
+++ www/book/index.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,79 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+
+	
+      <p class="articleTitle">What IPSUR 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 class="articleTitle">Go here for the IPSUR Plugin for the R Commander</p>
+      <table width="700" border="0" cellspacing="0" cellpadding="0">
+        <tr>
+          <td width="700" align="center" valign="middle"> 
+             <a href="../plugin/index.php">
+               <img src="graphics/IPSURtitlePlugin.png" height="100" width="700" alt="RcmdrPlugin.IPSUR" />
+             </a>
+          </td>
+        </tr>
+      </table>    
+
+      <p>&nbsp;</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 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>
+
+</div>
+</body>
+</html>

Added: www/book/installation.php
===================================================================
--- www/book/installation.php	                        (rev 0)
+++ www/book/installation.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,146 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+
+<!--BEGIN: Page Content-->
+<p class="articleTitle">Quick  Download and 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 
+			below to  download the latest version of R for your operating system from CRAN:
+			  
+			<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 />
+			  		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 />
+				  
+				<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.
+				</li>
+			</ul>
+		</li>
+		<li>
+			<strong>Installing the <span class="name">RcmdrPlugin.IPSUR</span> package</strong>: there are several methods for installing IPSUR: 
+                    <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>
+				</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>. 
+				</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>
+		</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>
+	
+</blockquote>
+<!--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>
+<!--END: Footer-->
+
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>

Added: www/book/main.css
===================================================================
--- www/book/main.css	                        (rev 0)
+++ www/book/main.css	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,38 @@
+body {
+	padding: 0px;
+	margin: 0px;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 12px;
+}
+
+#navMenu td a{	
+	color: #FFFFFF;
+	font-size: 16px;
+	background-color: #A50022;
+	border: solid 2px #000000;
+	text-align: center;
+	text-decoration: none;
+	height: 25px;
+	width: 175px;
+	margin-bottom: 0px;
+	
+	display: block;
+}
+
+#navMenu td a:hover{
+	text-decoration: underline;
+	background-color: #666666;
+}
+
+.articleTitle{
+	font-size: 16px;
+}
+
+.name{
+	font-family:"Courier New", Courier, monospace;
+	font-size: 14px;
+}
+
+#list li{
+	padding-bottom:10px;
+}
\ No newline at end of file

Added: www/book/menu.php
===================================================================
--- www/book/menu.php	                        (rev 0)
+++ www/book/menu.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,10 @@
+<div id="navMenu">
+  <table width="700" border="0" cellspacing="0" cellpadding="0">
+    <tr>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="index.php">Home</a></div></td>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="downloads.php">Downloads</a></div></td>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="install.php">Installation</a></div></td>
+	  <td width="175" align="center" valign="middle"><div align="center"><a href="help.php">Get Help</a></div></td>
+    </tr>
+  </table>
+</div>

Added: www/book/topMenu.php
===================================================================
--- www/book/topMenu.php	                        (rev 0)
+++ www/book/topMenu.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,10 @@
+<div id="navMenu">
+  <table width="700" border="0" cellspacing="0" cellpadding="0">
+    <tr>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="index.php">Home</a></div></td>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="downloads.php">Downloads</a></div></td>
+      <td width="175" align="center" valign="middle"><div align="center"><a href="install.php">Installation</a></div></td>
+	  <td width="175" align="center" valign="middle"><div align="center"><a href="help.php">Get Help</a></div></td>
+    </tr>
+  </table>
+</div>

Added: www/rcmdrplugin/IPSUR_0.1-2.tar.gz
===================================================================
(Binary files differ)


Property changes on: www/rcmdrplugin/IPSUR_0.1-2.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/rcmdrplugin/PACKAGES
===================================================================
--- www/rcmdrplugin/PACKAGES	                        (rev 0)
+++ www/rcmdrplugin/PACKAGES	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,7 @@
+Package: IPSUR
+Version: 0.1-2
+Depends: R (>= 2.1.0), car (>= 1.0-15), grDevices, tcltk, utils
+Suggests: abind, distr, distrEx, effects (>= 1.0-7), foreign, grid,
+        lattice, lmtest, MASS, mgcv, multcomp (>= 0.991-2), nlme, nnet,
+        qcc, relimp, rgl, RODBC
+

Added: www/rcmdrplugin/PACKAGES.gz
===================================================================
(Binary files differ)


Property changes on: www/rcmdrplugin/PACKAGES.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/rcmdrplugin/banner.php
===================================================================
--- www/rcmdrplugin/banner.php	                        (rev 0)
+++ www/rcmdrplugin/banner.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,16 @@
+<!--BEGIN: Page Banner-->
+<table width="700" height="140" border="0" cellpadding="0" cellspacing="0">
+	<tr>
+        <td width="700" height="120" align="center" valign="middle">
+        	<p>
+			<a href="index.php">
+				<img src="graphics/IPSURtitlePlugin.png" 
+					alt="RcmdrPlugin.IPSUR" 
+					width="700" height="100" border="0" />
+			</a>
+			G. Jay Kerns and G. Andy Chang, Youngstown State University 
+		</p>
+	</td>
+  	</tr>
+</table>
+<!--END: Page Banner-->
\ No newline at end of file

Added: www/rcmdrplugin/description.php
===================================================================
--- www/rcmdrplugin/description.php	                        (rev 0)
+++ www/rcmdrplugin/description.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,64 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+	
+<!--BEGIN: Page content-->
+<p class="articleTitle">Description of IPSUR:</p>
+<blockquote>
+<p>
+	<iframe width="600" height="700" src="http://cran.r-project.org/web/packages/RcmdrPlugin.IPSUR/index.html"></iframe>
+</p>
+</blockquote>
+
+<div class="articleTitle">Download</div>
+<blockquote>
+	For a list of download options, please visit the <a href="download.php">downloads page</a>. 
+</blockquote>
+<!--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>
+<!--END: Footer-->  
+	
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: www/rcmdrplugin/downloads.php
===================================================================
--- www/rcmdrplugin/downloads.php	                        (rev 0)
+++ www/rcmdrplugin/downloads.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,139 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+	
+<!--BEGIN: Page Content-->
+<p class="articleTitle">
+              <strong>Download the IPSUR Package</strong>
+            </p>
+<blockquote>
+<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>
+
+	</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>
+</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. 
+</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. 
+</p>
+</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>
+<!--END: Footer-->
+  
+		<!--Close main table-->
+		</td>
+	</tr>
+</table>
+</div>
+</body>
+</html>

Added: www/rcmdrplugin/favicon.ico
===================================================================
(Binary files differ)


Property changes on: www/rcmdrplugin/favicon.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/rcmdrplugin/features.php
===================================================================
--- www/rcmdrplugin/features.php	                        (rev 0)
+++ www/rcmdrplugin/features.php	2009-12-24 17:34:06 UTC (rev 87)
@@ -0,0 +1,253 @@
+<!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>
+</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-->
+
+<!--BEGIN: Page Banner-->
+<?php
+	include "banner.php";
+?>
+<!--END: Page Banner-->
+	
+<!--BEGIN: Top Menu-->
+<?php
+	include "topMenu.php";
+?>
+<!--END: Top Menu-->
+
+<!--BEGIN: Page Content-->
+<p class="articleTitle">Features of the IPSUR Package:</p>
+<blockquote>
+<p>
+	This document describes selected features of the IPSUR package. There are three (3) sections.
+</p>
+
+<div id="list">
+	<ol type="I">
+		<li>
+			THE R COMMANDER: describes extra features the IPSUR plugin offers.
+		</li>
+      	<li>
+			DATA: describes certain datasets provided by the package.
+		</li>
+		<li>
+			DOCUMENTS: describes documents provided by the package.
+		</li>
+	</ol>
+	  
+	<ol type="I">
+		<li>
+			THE R COMMANDER
+			<ol type="A">
+				<li>
+					Statistics Menu
+					<ul>
+						<li>
+							Summaries
+							<ol type="i">
+								<li>
+									Allows numerical variables that are not necessarily factors to be 
+									tabularized, with a corresponding modification to the Chi-square 
+									goodness-of-fit test.
+								</li>
+								<li>
+									Sample skewness and kurtosis were added to the Numerical Summaries.
+								</li>
+								<li>
+									Adds Fisher's exact test with a simulate p-value option.
+								</li>
+								<li>
+									Calculates relative frequencies instead of percentages.
+								</li>
+							</ol>
+						</li>
+						<li>
+							Contingency Tables
+							<ol type="i">
+								<li>
+									Option &quot;Add Marginal Distributions&quot; is available which
+									adds column and row sums to table.
+								</li>
+								<li>
+									Hypothesis Tests has additional &quot;Simulate p-value&quot; 
[TRUNCATED]

To get the complete diff run:
    svnlook diff /svnroot/ipsur -r 87


More information about the IPSUR-commits mailing list