Devtools を使用して Github から Rhadoop をインストールする方法
私は基本的にhttps://github.com/RevolutionAnalytics/rhdfsからrhdfsをインストールしたいと思っています
しかし、これは機能しません
私は次のことを試しました
> install_github("https://github.com/RevolutionAnalytics/rhdfs")
Error in username %||% getOption("github.user") %||% stop("Unknown username.") :
Unknown username.
> install_git("https://github.com/RevolutionAnalytics/rhdfs")
Downloading git repo https://github.com/RevolutionAnalytics/rhdfs
Error: Does not appear to be an R package (no DESCRIPTION)
> install_git("https://github.com/RevolutionAnalytics/rhdfs/pkg")
Downloading git repo https://github.com/RevolutionAnalytics/rhdfs/pkg
Error in git2r::clone(x$url, bundle, progress = FALSE) :
Error in 'git2r_clone': Unexpected HTTP status code: 404
と
> url="https://github.com/RevolutionAnalytics/rhdfs/blob/master/pkg/R/hdfs.r"
> source_url(url = url)
SHA-1 hash of file is 106c6441dcc7e8e4ee21a6dd3725ca21c4103ce7
Error in source(temp_file, ...) :
/tmp/RtmplCSWzE/file16aa477002e1:4:1: unexpected '<'
3:
4: <