From: blundellc Date: Fri, 12 Sep 2008 21:41:12 +0000 (+0000) Subject: move R-forge readme out of the way X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bff00adede38a77c82f84e6b62702a11236b56ad;p=cran2deb.git move R-forge readme out of the way git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@2 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/README b/README deleted file mode 100644 index fe06fba..0000000 --- a/README +++ /dev/null @@ -1,49 +0,0 @@ - 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 service for R users and package developers providing certain tools -for collaborative source code management. - -2. The directory you're in ------------------------------------------------------------------------ -This is the repository of your project. It contains two important -pre-defined directories namely 'www' and 'pkg'. They must not be -deleted otherwise R-Forge's core functionality will not be available -(daily check and build of your package or project websites). -These two directories are standardized and therefore are going to be -described in this README. The rest of your repository can be used as -you like. - -3. 'pkg' directory ------------------------------------------------------------------------ -Typically this directory contains the R package with the usual -DESCRIPTION and R/, man/, data/ directories etc (see 'Writing R -Extension' for more details). In the future it will also be possible to -have multiple packages managed by a control file, however currently -this feature is still under development). - -Furthermore, this directory will be checked out daily, the package is -checked and if it passes this procedure it is build and made available at -http://R-Forge.R-project.org/src/contrib/ (as source tar.gz and win32 -.zip). It should be possible to install the package via -install.packages("foo",url="R-Forge.R-project.org") within R -then. - -4. 'www' directory ------------------------------------------------------------------------ -This directory contains your project homepage which is available at -http://.R-Forge.R-project.org. -Note that it will be checked out daily, so please take -into consideration that it will not be available right after you -commit your changes or updates. - -5. Help ------------------------------------------------------------------------ -If you need help don't hesitate to contact us -(R-Forge@R-project.org) diff --git a/README_RFORGE b/README_RFORGE new file mode 100644 index 0000000..fe06fba --- /dev/null +++ b/README_RFORGE @@ -0,0 +1,49 @@ + 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 service for R users and package developers providing certain tools +for collaborative source code management. + +2. The directory you're in +----------------------------------------------------------------------- +This is the repository of your project. It contains two important +pre-defined directories namely 'www' and 'pkg'. They must not be +deleted otherwise R-Forge's core functionality will not be available +(daily check and build of your package or project websites). +These two directories are standardized and therefore are going to be +described in this README. The rest of your repository can be used as +you like. + +3. 'pkg' directory +----------------------------------------------------------------------- +Typically this directory contains the R package with the usual +DESCRIPTION and R/, man/, data/ directories etc (see 'Writing R +Extension' for more details). In the future it will also be possible to +have multiple packages managed by a control file, however currently +this feature is still under development). + +Furthermore, this directory will be checked out daily, the package is +checked and if it passes this procedure it is build and made available at +http://R-Forge.R-project.org/src/contrib/ (as source tar.gz and win32 +.zip). It should be possible to install the package via +install.packages("foo",url="R-Forge.R-project.org") within R +then. + +4. 'www' directory +----------------------------------------------------------------------- +This directory contains your project homepage which is available at +http://.R-Forge.R-project.org. +Note that it will be checked out daily, so please take +into consideration that it will not be available right after you +commit your changes or updates. + +5. Help +----------------------------------------------------------------------- +If you need help don't hesitate to contact us +(R-Forge@R-project.org)