arendsee/synder

failed to install

Closed this issue · 2 comments

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

@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.

Thanks. I solved this problem by reinstalled R.