I am a novice to R package development.
I just wanted to know which one is better R-forge or Rforge.net? What is the main difference between them?
|
I am a novice to R package development. I just wanted to know which one is better R-forge or Rforge.net? What is the main difference between them? |
|||||||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Neither is best, use github instead! I use github because:
The only downside of github is that it doesn't provide binaries. I worked around that by developing the devtools package which makes it easy to install packages directly from github:
This requires that you have an R development environment, but this is actually pretty easy to set up, even on windows |
|||||||||||||||||
|
|
R-forge is more popular, for whatever that's worth:
|
|||||
|
|
Rforge.net is run by an R Core member and R-forge is supported by the R foundation, but they are both just package managers for R. I don't see any significant differences except maybe the kinds of projects they host. It's possible that one site is hosting some projects unavailable on the other. At a glance, they seem to support the same source control (SVN), can be accessed in similar ways, and generally have similar goals. I think you can just use either one so long as it's giving you what you want. |
||||
|
|