[Zooimage-commits] r167 - / www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jun 4 16:11:26 CEST 2009
Author: phgrosjean
Date: 2009-06-04 16:11:26 +0200 (Thu, 04 Jun 2009)
New Revision: 167
Modified:
README
www/index.php
Log:
Touch README and index.php
Modified: README
===================================================================
--- README 2009-06-04 09:59:37 UTC (rev 166)
+++ README 2009-06-04 14:11:26 UTC (rev 167)
@@ -1,15 +1,14 @@
R-Forge SVN README
-
(See "http://download.r-forge.r-project.org/manuals/R-Forge_Manual.pdf"
for detailed information on registering a new project.
1. Introduction
-----------------------------------------------------------------------
R is free software distributed under a GNU-style copyleft. R-Forge is
-a central platform for the development of R packages, R-related
-software and further projects. Among many other web-based features it
-provides facilities for collaborative source code management via
+a central platform for the development of R packages, R-related
+software and further projects. Among many other web-based features it
+provides facilities for collaborative source code management via
Subversion (SVN).
2. The directory you're in
@@ -24,21 +23,21 @@
3. 'pkg' directory
-----------------------------------------------------------------------
-To make use of the package building and checking feature the package
-source code has to be put into the 'pkg' directory of your repository
+To make use of the package building and checking feature the package
+source code has to be put into the 'pkg' directory of your repository
(i.e., 'pkg/DESCRIPTION', 'pkg/R', 'pkg/man', etc.) or, alternatively,
a subdirectory of 'pkg'. The latter structure allows to have more than
one package in a single project, e.g., if a project consists of the
packages foo and bar then the source code is located in 'pkg/foo' and
'pkg/bar', respectively.
-R-Forge automatically examines the 'pkg' directory of every repository
+R-Forge automatically examines the 'pkg' directory of every repository
and builds the package sources as well as the package binaries on a
daily basis for Mac OSX and Windows (if applicable). The package builds
are provided in the 'R Packages' tab for download or can be installed
-directly in R from a CRAN-style repository using
-'install.packages("foo", repos="http://R-Forge.R-project.org")'.
-Furthermore, in the 'R Packages' tab developers can examine logs of the
+directly in R from a CRAN-style repository using
+'install.packages("foo", repos="http://R-Forge.R-project.org")'.
+Furthermore, in the 'R Packages' tab developers can examine logs of the
build and check process on different platforms.
4. 'www' directory
@@ -48,8 +47,8 @@
website.
This directory contains the project homepage which gets updated hourly
-on R-Forge, so please take into consideration that it will not be
-available right after you commit your changes or updates.
+on R-Forge, so please take into consideration that it will not be
+available right after you commit your changes or updates.
5. Help
-----------------------------------------------------------------------
Modified: www/index.php
===================================================================
--- www/index.php 2009-06-04 09:59:37 UTC (rev 166)
+++ www/index.php 2009-06-04 14:11:26 UTC (rev 167)
@@ -1,4 +1,3 @@
-
<!-- This is the project specific website template -->
<!-- It can be changed as liked or replaced by other content -->
More information about the Zooimage-commits
mailing list