Julien Barnier wrote: >Hi to all, > >I recently created a small package which contains some simple R >functions in order to help students in my research unit to use R. The >package is pure R, it passes R CMD check, but it is really designed >for internal use and, moreover, it is entirely documented in french. > >Is it possible to upload and to host this kind of package to CRAN ? Or >is it better, as it is quite a private tool and not really designed >for widespread adoption, to set up my own repository ? > >Thanks in advance, > > Hi Julien,
I would not pretend that I know anything about the hosting policy on CRAN. However, another place where you could try and host your package is R-Forge (though you might have to ask them the same question): https://r-forge.r-project.org/ Among other things, you can manage your sources via svn, and install the package directly from their server. And do many other terrific things, like bug-tracking, mailing-lists, forums, etc. Hope this will help. Best regards, Thibaut. -- ###################################### Thibaut JOMBART CNRS UMR 5558 - Laboratoire de Biométrie et Biologie Evolutive Universite Lyon 1 43 bd du 11 novembre 1918 69622 Villeurbanne Cedex Tél. : 04.72.43.29.35 Fax : 04.72.43.13.88 [EMAIL PROTECTED] http://lbbe.univ-lyon1.fr/-Jombart-Thibaut-.html?lang=en http://adegenet.r-forge.r-project.org/ ______________________________________________ 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.