arcdiagram icon indicating copy to clipboard operation
arcdiagram copied to clipboard

While R version is compatible with this package under linux?

Open yiyunalu opened this issue 5 years ago • 2 comments

While R version is compatible with this package under linux? (Centos 6)

yiyunalu avatar Apr 01 '19 21:04 yiyunalu

install_github('arcdiagram',username='gastonstat') Error in parse_repo_spec(repo) : Invalid git repo specification: 'arcdiagram' install_github('gastonstat/arcdiagram') Error in curl::curl_fetch_memory(url, handle = h) : error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none

Keep having this error

yiyunalu avatar Apr 03 '19 22:04 yiyunalu

Just use this command line to install instead:

install_github('gastonstat/arcdiagram')

dfsp-spirit avatar Feb 11 '20 09:02 dfsp-spirit