Mathelab / ALTRE

ALTered Regulatory Elements
http://mathelab.github.io/ALTRE/
9 stars 8 forks source link

ALTRE not installing on windows #48

Closed osubmi784323 closed 7 years ago

osubmi784323 commented 7 years ago

Error message from appveyor: Skipping download of Rtools because src/ directory is missing. Package required but not available: 'Rsubread'

Rsubread was added as a package to increase performance of package (MUCH faster, eliminates hang-ups), but Rsubread is not available on windows.

Possible solutions that incorporate Rsubread: MinGW

Mathelab commented 7 years ago

Rsubread was made into a suggested package. There are now two available counting functions in the package -- a faster one (getCountsFast) and a slower one (getCounts). Appveyor is no longer erroring.