failed to install
Closed this issue · 2 comments
asdcid commented
I tried to install synder with the suggestion, but it raised the error:
> library(devtools)
> install_github('arendsee/synder')
Downloading GitHub repo arendsee/synder@master
from URL https://api.github.com/repos/arendsee/synder/zipball/master
Installation failed: error in running command
Do you have any idea about that?
Thanks
Raymond
arendsee commented
@asdcid Do you get the same problem when you install other github packages with devtools
? For example:
devtools::install_github("tidyverse/dplyr")
You might check out this issue.
asdcid commented
Thanks. I solved this problem by reinstalled R.