[IPSUR-commits] r82 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 24 18:02:32 CET 2009


Author: gkerns
Date: 2009-12-24 18:02:32 +0100 (Thu, 24 Dec 2009)
New Revision: 82

Removed:
   www/banner.php
   www/download/
   www/downloads.php
   www/index.php
   www/installation.php
   www/main.css
   www/menu.php
   www/pdf/
   www/topMenu.php
Log:
more cleaning


Deleted: www/banner.php
===================================================================
--- www/banner.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/banner.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,22 +0,0 @@
-<!--BEGIN: Page Banner-->
-<table width="700" height="140" border="0" cellpadding="0" cellspacing="0">
-	<tr>
-    	<td width="200" align="center" valign="middle">
-			<a href="index.php">
-				<img border="0" src="resources/ipsur(main).jpg" alt="IPSUR" width="200" height="100" />
-			</a>
-			Hosted by <a href="https://r-forge.r-project.org/projects/ipsur/"><font color="#000000">R-Forge</font></a>	
-		</td>
-        <td width="500" height="120" align="center" valign="middle">
-        	<p>
-				<a href="index.php">
-					<img src="resources/title(main).jpg" 
-						alt="Introduction to Probability and Statistics Using R" 
-						width="500" height="100" border="0" />
-				</a>
-				G. Jay Kerns, Youngstown State University<br />G. Andy Chang, Youngstown State University 
-			</p>
-		</td>
-  	</tr>
-</table>
-<!--END: Page Banner-->
\ No newline at end of file

Deleted: www/downloads.php
===================================================================
--- www/downloads.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/downloads.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,139 +0,0 @@
-<!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>

Deleted: www/index.php
===================================================================
--- www/index.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/index.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,85 +0,0 @@
-<!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 Does:</p>
-      <blockquote>
-        <p> This plugin for <a href="http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/">R Commander</a> accompanies the text <em>Introduction to Probability and Statistics Using R</em>  (in progress) by G. Andy Chang and G. Jay Kerns. The plugin contributes functions unique to the book as well as specific configuration and  functionality to R Commander, the excellent 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">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> Since the audience of <span class="name">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 considering <span class="name">IPSUR</span> for classroom adoption. </p>
-        <p> Comments and suggestions are welcomed.</p>
-        <p>&nbsp;</p>
-      </blockquote>
-      <p class="articleTitle">IPSUR Textbook Links (In Progress)</p>
-	  <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="http://cc.ysu.edu/~gjkerns/IPSUR/index.htm">Home</a></div></td>	
-          <td width="175" align="center" valign="middle"><div align="center"><a href="http://cc.ysu.edu/~gjkerns/IPSUR/changes/index.htm">Changes</a></div></td>
-          <td width="175" align="center" valign="middle"><div align="center"><a href="http://cc.ysu.edu/~gjkerns/IPSUR/errata/index.htm">Errata</a></div></td>
-          <td width="175" align="center" valign="middle"><div align="center"><a href="http://cc.ysu.edu/~gjkerns/IPSUR/exercises/index.htm">Exercises</a></div></td>
-        </tr>
-      </table> </div>     <p>&nbsp;</p>
-      <p class="articleTitle">Contact Information </p>
-      <blockquote>
-        <p> <span class="name">IPSUR</span> comments, suggestions, bugs:   <a href="mailto:ipsur-help at list.r-forge.org">ipsur-help at list.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 />
-G. Andy Chang: <a href="mailto:gchang at ysu.edu">gchang at ysu.edu</a> (<a href="http://www.cc.ysu.edu/~ghchang/">home page</a>)</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><!-- Start of StatCounter Code -->
- <p align="center">
-<script type="text/javascript" language="javascript">
-var sc_project=1820586; 
-var sc_invisible=0; 
-var sc_partition=13; 
-var sc_security="c80f8f9a"; 
-</script>
-
-<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"></a> 
-</noscript>
-<!-- End of StatCounter Code -->
- </p>	  
-	  </td>
-  </tr>
-</table>
-
-</div>
-</body>
-</html>

Deleted: www/installation.php
===================================================================
--- www/installation.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/installation.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,146 +0,0 @@
-<!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>

Deleted: www/main.css
===================================================================
--- www/main.css	2009-12-24 16:57:25 UTC (rev 81)
+++ www/main.css	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,38 +0,0 @@
-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

Deleted: www/menu.php
===================================================================
--- www/menu.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/menu.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,16 +0,0 @@
-<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="description.php">Description</a></div></td>
-      <td width="175" align="center" valign="middle"><div align="center"><a href="features.php">Features</a></div></td>
-	  <td width="175" align="center" valign="middle"><div align="center"><a href="news.php">What's New </a></div></td>
-    </tr>
-    <tr>
-      <td width="175" align="center" valign="middle"><div align="center"><a href="installation.php">Installation</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="screens.php">Screen Shots </a></div></td>
-	  <td width="175" align="center" valign="middle"><div align="center"><a href="links.php">Links</a></div></td>
-    </tr>
-  </table>
-</div>

Deleted: www/topMenu.php
===================================================================
--- www/topMenu.php	2009-12-24 16:57:25 UTC (rev 81)
+++ www/topMenu.php	2009-12-24 17:02:32 UTC (rev 82)
@@ -1,16 +0,0 @@
-<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="description.php">Description</a></div></td>
-      <td width="175" align="center" valign="middle"><div align="center"><a href="features.php">Features</a></div></td>
-	  <td width="175" align="center" valign="middle"><div align="center"><a href="news.php">What's New </a></div></td>
-    </tr>
-    <tr>
-      <td width="175" align="center" valign="middle"><div align="center"><a href="installation.php">Installation</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="screens.php">Screen Shots </a></div></td>
-	  <td width="175" align="center" valign="middle"><div align="center"><a href="links.php">Links</a></div></td>
-    </tr>
-  </table>
-</div>



More information about the IPSUR-commits mailing list