[Archetypes-commits] r54 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 15 12:05:11 CET 2011


Author: manuel
Date: 2011-12-15 12:05:11 +0100 (Thu, 15 Dec 2011)
New Revision: 54

Modified:
   www/index.html
   www/mjaepkg.css
Log:


Modified: www/index.html
===================================================================
--- www/index.html	2011-11-04 12:23:02 UTC (rev 53)
+++ www/index.html	2011-12-15 11:05:11 UTC (rev 54)
@@ -31,7 +31,27 @@
   </p>
 
 
+  <h2>Demonstration</h2>
 
+  <h3>Introduction to the package</h3>
+
+  <p>
+    The <a href="http://cran.r-project.org/web/packages/archetypes/vignettes/archetypes.pdf">vignette</a>
+    (an updated version
+    of <a href="http://www.jstatsoft.org/v30/i08">Eugster and Leisch,
+    2009</a>) demonstrates the usage of the package:
+    <blockquote>
+      <pre>
+R> vignette("archetypes", package = "archetypes")
+R> edit(vignette("archetypes", package = "archetypes"))
+      </pre>
+    </blockquote>
+  </p>
+
+  <h3></h3>
+
+
+
   <h2>Download</h2>
 
   <p>
@@ -51,18 +71,6 @@
   </p>
 
 
-
-  <h2>Demonstration</h2>
-
-  <p>
-    Check the vignette; e.g.,
-    <blockquote>
-      <pre>
-R> vignette("archetypes", package = "archetypes")
-      </pre>
-    </blockquote>
-  </p>
-
   <p class="footer">
     Created by <a href="http://www.statistik.lmu.de/~eugster"
     style="color: #C0C0C0">Manuel J. A. Eugster</a>, 2011.

Modified: www/mjaepkg.css
===================================================================
--- www/mjaepkg.css	2011-11-04 12:23:02 UTC (rev 53)
+++ www/mjaepkg.css	2011-12-15 11:05:11 UTC (rev 54)
@@ -1,10 +1,11 @@
 
 body {
-    width: 40em;
+    width: 50em;
     color: #333333;
     font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
     font-size: 80%;
     line-height: 1.5;
+    margin-left: 3em;
 }
 
 .footer {



More information about the Archetypes-commits mailing list