xuyiqing / fect

fixed effect counterfactual estimators
Other
53 stars 20 forks source link

Could Not Download the Package #3

Closed yijunwang0805 closed 4 years ago

yijunwang0805 commented 4 years ago

Hi, I tried to download your package, but encountered a connection issue.

Could you please help?

> devtools::install_github('xuyiqing/fect')
错误: Failed to install 'unknown package' from GitHub:
  schannel: failed to receive handshake, SSL/TLS connection failed
> remotes::install_github('xuyiqing/fect')
错误: Failed to install 'unknown package' from GitHub:
  schannel: failed to receive handshake, SSL/TLS connection failed
yijunwang0805 commented 4 years ago

I believe your link to the example in the front page should update from http://yiqingxu.org/software/fect/fect_examples.html (404 not found) to http://yiqingxu.org/software/fect/fect_examples.R

yijunwang0805 commented 4 years ago

If re-starting R session and hitting ctrl-enter do not work, try to load the devtools package first.

> library(devtools)
载入需要的程辑包:usethis
> install_github("xuyiqing/fect")
Downloading GitHub repo xuyiqing/fect@master
Installing 2 packages: reshape, GGally