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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to