[Phylobase-commits] r595 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Aug 26 04:09:05 CEST 2009


Author: francois
Date: 2009-08-26 04:09:03 +0200 (Wed, 26 Aug 2009)
New Revision: 595

Modified:
   pkg/man/as-methods.Rd
   pkg/man/phylobase-package.Rd
Log:
fixed titles in as-methods doc (they didn't show up in the text version and weren't aligned properly in the PDF); forgot curly bracket in last commit

Modified: pkg/man/as-methods.Rd
===================================================================
--- pkg/man/as-methods.Rd	2009-08-26 01:40:15 UTC (rev 594)
+++ pkg/man/as-methods.Rd	2009-08-26 02:09:03 UTC (rev 595)
@@ -59,7 +59,7 @@
   combinations:
 
   \describe{
-    \item{\code{phylobase} to \code{phylobase} formats:}{
+    \item{}{\code{phylobase} to \code{phylobase} formats:
     \describe{
     
       \item{\code{as(object, "phylo4d")}}{where object is of class \linkS4class{phylo4} and returns an object of class \linkS4class{phylo4d}, with empty data.}
@@ -67,7 +67,7 @@
       \item{\code{as(object, "phylo4")}}{where object is of class \linkS4class{phylo4d} and returns an object of class \linkS4class{phylo4}. If data are dropped during the conversion, a warning message is produced. A similar conversion can be done by using the function \code{extractTree}, but in this case, no error message is produced.}
     }} %end phylobase to phylobase
     
-    \item{\code{phylobase} to \code{ape} formats:}{
+    \item{}{\code{phylobase} to \code{ape} formats:
     \describe{
     
       \item{\code{as(object, "phylo")}}{where object is of class \linkS4class{phylo4} or \linkS4class{phylo4d} and returns an object of class \code{phylo}. If data are dropped during the conversion from a \code{phylo4d} object, a warning message is produced.}
@@ -75,7 +75,7 @@
       \item{\code{as(object, "multiPhylo")}}{~~Not implemented yet. where object is of class \linkS4class{multiPhylo4} and returns an object of class \code{multiPhylo}.}
     }} % end phylobase to ape
     
-    \item{\code{ape} to \code{phylobase} formats:}{
+    \item{}{\code{ape} to \code{phylobase} formats:
     \describe{
     
       \item{\code{as(object, "phylo4")}}{where object is of class \code{phylo} and returns an object of class \code{phylo4}.}
@@ -85,13 +85,13 @@
       \item{\code{as(object, "multiPhylo4")}}{~~Not implemented yet. where object is of class \code{multiPhylo} and returns an object of class \code{multiPhylo4}. }
     }} % end ape to phylobase
     
-    \item{\code{phylobase} to \code{ade4} formats:}{
+    \item{}{\code{phylobase} to \code{ade4} formats:
     \describe{
       
       \item{\code{as(object, "phylog")}}{where object is of class \code{phylo4} and returns an object of class \linkS4class{phylog}.}
     }} % end phylobase to ade4
     
-    \item{\code{phylobase} format to \code{data.frame}:}{
+    \item{}{\code{phylobase} format to \code{data.frame}:
     \describe{
       
       \item{\code{as(object, "data.frame")}}{where object is of class \code{phylo4} or \code{phylo4d} and returns an object of class \code{data.frame}, with data included in the case of \code{phylo4d}.}

Modified: pkg/man/phylobase-package.Rd
===================================================================
--- pkg/man/phylobase-package.Rd	2009-08-26 01:40:15 UTC (rev 594)
+++ pkg/man/phylobase-package.Rd	2009-08-26 02:09:03 UTC (rev 595)
@@ -24,7 +24,7 @@
 }
 
 \section{MoreInfo}{
-  See the help index \code{help(package="phylobase") and run
+  See the help index \code{help(package="phylobase")} and run
   \code{vignette("phylobase", "phylobase")} for further details and
   examples about how to use \code{phylobase}.
 }



More information about the Phylobase-commits mailing list