jgscott / FDRreg

False discovery rate regression
10 stars 10 forks source link

can't install FDRreg #7

Closed bling1000 closed 5 years ago

bling1000 commented 5 years ago

Hi, I tried to install FDRreg v0.2 using devtools::install_github('jgscott/FDRreg', subdir="R_pkg/"), but I got the following error.

Error: HTTP error 404. Not Found

Did you spell the repo owner (jgscott) and repo name (FDRreg) correctly?

Thanks! Ling

oyyleung commented 2 years ago

got the same error, but this works: install_github('jgscott/FDRreg/R_pkg')