[Genabel-commits] r912 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jun 5 09:52:53 CEST 2012
Author: yurii
Date: 2012-06-05 09:52:53 +0200 (Tue, 05 Jun 2012)
New Revision: 912
Modified:
www/tutHowToWorkWithDevelVersion.html
Log:
small changes
Modified: www/tutHowToWorkWithDevelVersion.html
===================================================================
--- www/tutHowToWorkWithDevelVersion.html 2012-05-22 08:20:05 UTC (rev 911)
+++ www/tutHowToWorkWithDevelVersion.html 2012-06-05 07:52:53 UTC (rev 912)
@@ -77,13 +77,13 @@
after downloading, follow included instructions.
<p></p>
-4) Install _stable_ GenABEL et al., 'roxygen', and 'RUnit'
+4) Install _stable_ GenABEL et al., 'roxygen2', and 'RUnit'
from CRAN; for that on R command line type
<p></p>
<pre>
install.packages("GenABEL",dependencies=c("Depends","Suggests"))
-install.packages("roxygen")
+install.packages("roxygen2")
install.packages("RUnit")
</pre>
<p></p>
@@ -152,7 +152,7 @@
and passes R checks. To make sure you generate the documentation,
''cd'' to WITHIN the package and run
-<pre>R CMD -f generate_documentation.R</pre>
+<pre>R -f generate_documentation.R</pre>
To run checks, follow the instructions
outlined in "Writing R Extensions" (section "Checking packages"),
More information about the Genabel-commits
mailing list