Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in parse_git_repo(repo) : could not find function "setNames" Calls: <Anonymous> -> lapply -> FUN -> parse_git_repo #772

Closed
englianhu opened this issue Apr 25, 2015 · 3 comments

Comments

@englianhu
Copy link

> require(devtools)
> install_github("cscheid/rgithub")
Downloading github repo cscheid/rgithub@master
Installing github
Installing dependencies for github:
Rook
trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.2/Rook_1.1-1.zip'
Content type 'application/zip' length 281971 bytes (275 KB)
downloaded 275 KB

packageook?successfully unpacked and MD5 sums checked

The downloaded binary packages are in
    C:\Users\User\AppData\Local\Temp\Rtmp6ncqzH\downloaded_packages
"C:/PROGRA~1/R/R-32~1.0RC/bin/x64/R" --vanilla CMD INSTALL  \
  "C:/Users/User/AppData/Local/Temp/Rtmp6ncqzH/devtools99835a94b12/cscheid-rgithub-ead1c0d"  \
  --library="C:/Program Files/R/R-3.2.0rc/library" --install-tests 

Error in parse_git_repo(repo) : could not find function "setNames"
Calls: <Anonymous> -> lapply -> FUN -> parse_git_repo
Execution halted
Error: Command failed (1)
> require(devtools)
> install_github("brian-bot/rGithubClient")
Downloading github repo brian-bot/rGithubClient@master
Installing rGithubClient
"C:/PROGRA~1/R/R-32~1.0RC/bin/x64/R" --vanilla CMD INSTALL  \
  "C:/Users/User/AppData/Local/Temp/Rtmp6ncqzH/devtools99838211e27/brian-bot-rGithubClient-ca29bba"  \
  --library="C:/Program Files/R/R-3.2.0rc/library" --install-tests 

Error in parse_git_repo(repo) : could not find function "setNames"
Calls: <Anonymous> -> lapply -> FUN -> parse_git_repo
Execution halted
Error: Command failed (1)```
@wch
Copy link
Member

wch commented Apr 27, 2015

I think this would be fixed by #734.

@hadley hadley closed this as completed in 9969462 Apr 28, 2015
@englianhu
Copy link
Author

> install_github("cscheid/rgithub")
Downloading github repo cscheid/rgithub@master
Installing github
"C:/PROGRA~1/R/R-32~1.0/bin/x64/R" --vanilla CMD INSTALL  \
  "C:/Users/Scibrokes/AppData/Local/Temp/RtmpyYylPq/devtools254c32b2430a/cscheid-rgithub-ead1c0d"  \
  --library="C:/Users/Scibrokes/Documents/R/win-library/3.2" --install-tests 

Error in parse_git_repo(repo) : could not find function "setNames"
Calls: <Anonymous> -> lapply -> FUN -> parse_git_repo
Execution halted
Error: Command failed (1)```

@lock
Copy link

lock bot commented Sep 18, 2018

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Sep 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants