[R] Rename R package name on R-Forge

Brian G. Peterson brian at braverock.com
Sat Feb 20 14:38:15 CET 2010


wenjun zheng wrote:
> Hi, R Users,
>
> Can maintainer rename the package on F-Forge?
>
> Any suggestions will be appreciated.
>   
use svn mv

if your directory  structure is

pkg/
pkg/R/
pkg/man/
pkg/DESCRIPTION

like that

then create a directory under pkg that is the new package name that you want

pkg/newname/

and move everything else into there using 'svn mv'

pkg/newname/R/

and so on. 

R-Forge will pick up the new package name and display it in a day or so.



More information about the R-help mailing list