RevolutionAnalytics / RHadoop

RHadoop
https://github.com/RevolutionAnalytics/RHadoop/wiki
763 stars 278 forks source link

Installation instructions don't include installing the package #222

Open ghost opened 9 years ago

ghost commented 9 years ago

On wiki/user>rhbase>Home, I don't see any instructions for installing the rhbase package itself. Since it's not available on CRAN and thus probably requires install_github() or similar, it would be nice to include a suitable command. Maybe something like this:

install_github("RevolutionAnalytics/rhbase", ref="1.2.1", subdir="pkg")
piccolbo commented 9 years ago

Thanks for your report. It seems like it's a real omission. I like your suggestion but there are two problems with it

My current thinking is to use the github release page and to point people always to that page for a binary download, and then instruct them to do an

R CMD INSTALL _.{tgz,zip} where the extensions are for linux and windows resp. How does that sound?

ghost commented 9 years ago

It would probably be best to just release it on CRAN and let people use their normal procedures, is that not an option? Or does the linking to Thrift make it impossible?

piccolbo commented 9 years ago

Both the dependencies and the limits on testing.

On Tue, Mar 3, 2015 at 11:28 AM, Ken Williams notifications@github.com wrote:

It would probably be best to just release it on CRAN and let people use their normal procedures, is that not an option? Or does the linking to Thrift make it impossible?

— Reply to this email directly or view it on GitHub https://github.com/RevolutionAnalytics/RHadoop/issues/222#issuecomment-77015974 .